mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
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:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user