-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update Python Pip libraries (#412)
**Reason for Change**: Dependabot notice, update libraries
- Loading branch information
1 parent
63fb951
commit 8587d35
Showing
3 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
# Dependencies for TFS | ||
transformers==4.37.2 | ||
|
||
# Core Dependencies | ||
transformers==4.40.2 | ||
torch==2.2.0 | ||
accelerate==0.23.0 | ||
fastapi==0.109.1 | ||
pydantic==1.10.9 | ||
uvicorn[standard]==0.23.2 | ||
accelerate==0.30.1 | ||
fastapi>=0.111.0,<0.112.0 # Allow patch updates | ||
pydantic>=2.7.1,<2.8 # Allow patch updates | ||
uvicorn[standard]>=0.29.0,<0.30.0 # Allow patch updates | ||
|
||
# Utility libraries | ||
bitsandbytes==0.42.0 | ||
deepspeed==0.11.1 | ||
gputil==1.4.0 | ||
psutil==5.9.8 | ||
|
||
# Less critical, can be latest | ||
deepspeed | ||
gputil | ||
psutil | ||
# For UTs | ||
pytest==8.0.0 | ||
httpx==0.26.0 | ||
pytest | ||
httpx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
# Core Dependencies | ||
transformers==4.40.2 | ||
torch==2.2.0 | ||
accelerate==0.30.1 | ||
fastapi>=0.111.0,<0.112.0 # Allow patch updates | ||
pydantic>=2.7.1,<2.8 # Allow patch updates | ||
uvicorn[standard]>=0.29.0,<0.30.0 # Allow patch updates | ||
|
||
# Utility libraries | ||
datasets==2.16.1 | ||
peft==0.8.2 | ||
transformers==4.38.2 | ||
torch==2.2.0 | ||
accelerate==0.27.2 | ||
fastapi==0.109.1 | ||
pydantic==1.10.9 | ||
uvicorn[standard]==0.23.2 | ||
bitsandbytes==0.42.0 | ||
gputil==1.4.0 | ||
|
||
# Less critical, can be latest | ||
deepspeed | ||
loralib | ||
einops | ||
xformers | ||
deepspeed | ||
gputil |