Skip to content

Commit

Permalink
Adding curl
Browse files Browse the repository at this point in the history
  • Loading branch information
SYusupov committed Sep 16, 2024
1 parent b2eaef0 commit 3c1933c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \
build-essential \
cmake \
g++ \
curl \ # For downloading from Google Drive
&& rm -rf /var/lib/apt/lists/*

# Update pip and setuptools
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# 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 Down

0 comments on commit 3c1933c

Please sign in to comment.