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:
kingbri 2023-12-08 01:15:24 -05:00
parent fa1e99daf6
commit 161c9d2c19

View file

@ -33,7 +33,7 @@ except:
try:
import fastchat
print(f"Fastchat on version {version('fastchat')} successfully imported")
print(f"Fastchat on version {version('fschat')} successfully imported")
successful_packages.append("fastchat")
except:
print("Fastchat is only needed for chat completions with message arrays. Ignore this error if this isn't your usecase.")