Skip to content

Commit

Permalink
nit: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Aug 21, 2024
1 parent dc49ed9 commit 0236629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion presets/inference/text-generation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ transformers==4.41.2
torch==2.2.0
accelerate==0.30.1
fastapi>=0.111.0,<0.112.0 # Allow patch updates
pydantic==2.7.4 # Allow patch updates
pydantic==2.7.4
uvicorn[standard]>=0.29.0,<0.30.0 # Allow patch updates
peft==0.11.1
numpy==1.22.4
Expand Down
2 changes: 1 addition & 1 deletion presets/tuning/text-generation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ transformers==4.41.2
torch==2.2.0
accelerate==0.30.1
fastapi>=0.111.0,<0.112.0 # Allow patch updates
pydantic==2.7.4 # Allow patch updates
pydantic==2.7.4
uvicorn[standard]>=0.29.0,<0.30.0 # Allow patch updates

# Utility libraries
Expand Down

0 comments on commit 0236629

Please sign in to comment.