Skip to content

Commit

Permalink
Upgrade transformers for Qwen1.5 (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai authored Feb 7, 2024
1 parent f532cda commit 8ae1ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install_requires=
scikit-learn~=1.1

# Models and Metrics Extras
transformers~=4.36 # For anthropic_client, vision_language.huggingface_vlm_client, huggingface_client, huggingface_tokenizer, test_openai_token_cost_estimator, model_summac (via summarization_metrics)
transformers~=4.37 # For anthropic_client, vision_language.huggingface_vlm_client, huggingface_client, huggingface_tokenizer, test_openai_token_cost_estimator, model_summac (via summarization_metrics)
# TODO: Upgrade torch - we need > 2.0.0 for newer versions of transformers
torch>=1.13.1,<3.0.0 # For huggingface_client, yalm_tokenizer, model_summac (via summarization_metrics)
torchvision>=0.14.1,<3.0.0 # For huggingface_client, yalm_tokenizer, model_summac (via summarization_metrics)
Expand Down

0 comments on commit 8ae1ef1

Please sign in to comment.