Skip to content

Commit

Permalink
fix: pin huggingface version to <0.23.0 (#9483)
Browse files Browse the repository at this point in the history
  • Loading branch information
gt2345 authored Jun 10, 2024
1 parent 97667c5 commit a5cf959
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
diffusers[training]==0.5.1
transformers==4.21.3
ftfy==6.1.1
setuptools==59.5.0
accelerate==0.12.0
huggingface_hub<0.23.0
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pip install diffusers["training"]==0.5.1 transformers==4.21.3 ftfy==6.1.1 setuptools==59.5.0 accelerate==0.12.0
#!/bin/bash

pip install -r requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ transformers>=4.28.1,<4.29.0
tokenizers>=0.13.3
datasets
chromadb
huggingface_hub<0.23.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ datasets
evaluate
transformers>=4.28.1,<4.29.0
scikit-learn
huggingface_hub<0.23.0
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ rouge_score
fire
sentencepiece
scikit-learn
huggingface_hub<0.23.0

0 comments on commit a5cf959

Please sign in to comment.