Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBogdan committed Jan 16, 2023
1 parent b206fc1 commit 06a8472
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
requests==2.28.1
transformers==4.24.0
fastapi==0.87.0
requests==2.28.2
transformers==4.25.1
fastapi==0.89.1
uvicorn==0.20.0
nltk==3.7
torch==1.13.0
nltk==3.8.1
torch==1.13.1
sentencepiece==0.1.97
pytest
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ fastapi==0.89.1
uvicorn==0.20.0
nltk==3.8.1
torch==1.13.1
sentencepiece==0.1.97
2 changes: 1 addition & 1 deletion smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def _waitForStartup(self):
"status code is {}".format(res.status_code))
except Exception as e:
print("Attempt {}: {}".format(i, e))
time.sleep(1)
time.sleep(2)

raise Exception("did not start up")

Expand Down

0 comments on commit 06a8472

Please sign in to comment.