-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BFCL] Specify package version in requirements.txt (#515)
This PR specify the package versions in `requirements.txt` to avoid potential compatibility issues.
- Loading branch information
1 parent
fe76692
commit 57a9fe8
Showing
2 changed files
with
14 additions
and
12 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,13 +1,15 @@ | ||
requests | ||
tqdm | ||
tree_sitter~=0.21.0 | ||
torch | ||
ray | ||
shortuuid | ||
mistralai>=0.1.3 | ||
anthropic~=0.29.0 | ||
openai | ||
numpy | ||
cohere~=5.2.5 | ||
requests==2.32.3 | ||
tqdm==4.66.4 | ||
tree_sitter==0.21.3 | ||
torch==2.3.0 | ||
ray==2.32.0 | ||
shortuuid==1.0.13 | ||
mistralai==0.4.2 | ||
anthropic==0.31.1 | ||
openai==1.35.13 | ||
numpy==1.26.4 | ||
cohere==5.5.8 | ||
tree-sitter-java==0.21.0 | ||
tree-sitter-javascript==0.21.4 | ||
|
||
# vllm==0.5.0 |