We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723dac5 commit 3340252Copy full SHA for 3340252
.devops/full.Dockerfile
@@ -6,8 +6,7 @@ RUN apt-get update && \
6
apt-get install -y build-essential python3 python3-pip
7
8
RUN pip install --upgrade pip setuptools wheel \
9
- && pip install numpy requests sentencepiece tqdm \
10
- && pip install torch --index-url https://download.pytorch.org/whl/cpu
+ && pip install numpy sentencepiece
11
12
WORKDIR /app
13
flake.nix
@@ -10,7 +10,6 @@
inherit system;
};
llama-python = pkgs.python310.withPackages (ps: with ps; [
- torch
14
numpy
15
sentencepiece
16
]);
0 commit comments