Skip to content

Commit

Permalink
Adding curl to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SYusupov committed Sep 16, 2024
1 parent cca6e8b commit b2eaef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# for inference
llama_cpp_python

# for installing the model from Google Drive
curl

# for finetuning and running the LLM model
# torch==2.3.0+cu121 --find-links https://download.pytorch.org/whl/cu121
torch==2.3.0
Expand All @@ -19,6 +22,7 @@ pytest

# for evaluation with llama_cpp and lm-evaluation-harness
lm-eval
# lm_eval[wandb] # for weights and biases
sse_starlette
starlette_context
pydantic_settings

0 comments on commit b2eaef0

Please sign in to comment.