Skip to content

Commit

Permalink
Merge pull request #40 from mobiusml/update_torch_req
Browse files Browse the repository at this point in the history
removed cudnn8 dependency
  • Loading branch information
Jiltseb authored Oct 23, 2024
2 parents ac994c2 + e72a6ea commit 0dfcee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.2.2-cudnn8-runtime-ubuntu22.04
FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04
WORKDIR /root
RUN apt-get update -y && apt-get install -y python3-pip
COPY infer.py jfk.flac ./
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ huggingface_hub>=0.13
tokenizers>=0.13,<1
onnxruntime>=1.14,<2
pyannote-audio>=3.1.1
torch>=2.1.1,<2.4.0
torchaudio>=2.1.2,<2.4.0
torch>=2.1.1
torchaudio>=2.1.2
tqdm

0 comments on commit 0dfcee3

Please sign in to comment.