mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
test: fix test
This commit is contained in:
parent
500995696a
commit
6a400a6200
1 changed files with 1 additions and 1 deletions
|
|
@ -1138,7 +1138,7 @@ def test_get_hf_task_for_model():
|
|||
model = "roneneldan/TinyStories-3M"
|
||||
model_type = litellm.llms.huggingface_restapi.get_hf_task_for_model(model)
|
||||
print(f"model:{model}, model type: {model_type}")
|
||||
assert model_type == None
|
||||
assert model_type == "text-generation"
|
||||
|
||||
|
||||
# test_get_hf_task_for_model()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue