Tests: Fix wheel test
Fastchat is named fschat from the package's point of view. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
fa1e99daf6
commit
161c9d2c19
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ except:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import fastchat
|
import fastchat
|
||||||
print(f"Fastchat on version {version('fastchat')} successfully imported")
|
print(f"Fastchat on version {version('fschat')} successfully imported")
|
||||||
successful_packages.append("fastchat")
|
successful_packages.append("fastchat")
|
||||||
except:
|
except:
|
||||||
print("Fastchat is only needed for chat completions with message arrays. Ignore this error if this isn't your usecase.")
|
print("Fastchat is only needed for chat completions with message arrays. Ignore this error if this isn't your usecase.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue