Skip to content

Commit

Permalink
Updated transformers to 4.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenzopf committed Jan 20, 2025
1 parent 5a862cd commit 6b32e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lapet"
version = "0.8.9"
version = "0.8.10"
authors = [
{name = "Jonathan Eisenzopf", email = "[email protected]"},
]
Expand All @@ -24,7 +24,7 @@ dependencies = [
"flash_attn",
"torch>=2.3.0",
"huggingface_hub>=0.23.0",
"transformers==4.41.0",
"transformers==4.48.0",
"auto-gptq",
"autoawq",
"openai",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==2.2.2
numpy==1.26.4
torch==2.3.0
huggingface_hub==0.23.0
transformers==4.40.0
transformers==4.48.0
auto-gptq==0.7.1
autoawq==0.2.5
huggingface_hub==0.23.0
Expand Down

0 comments on commit 6b32e56

Please sign in to comment.