Skip to content

Commit

Permalink
remove torchvision and audio
Browse files Browse the repository at this point in the history
  • Loading branch information
aksh-at committed Feb 3, 2024
1 parent 4eb9545 commit ba078e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions 06_gpu_and_ml/vllm_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def download_model_to_folder():
"huggingface_hub==0.19.4",
"hf-transfer==0.1.4",
"torch==2.1.2",
"torchvision==0.16.2",
"torchaudio==2.1.2",
)
# Use the barebones hf-transfer package for maximum download speeds. No progress bar, but expect 700MB/s.
.env({"HF_HUB_ENABLE_HF_TRANSFER": "1"})
Expand Down
2 changes: 0 additions & 2 deletions 06_gpu_and_ml/vllm_mixtral.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def download_model_to_folder():
"huggingface_hub==0.19.4",
"hf-transfer==0.1.4",
"torch==2.1.2",
"torchvision==0.16.2",
"torchaudio==2.1.2",
)
.env({"HF_HUB_ENABLE_HF_TRANSFER": "1"})
.run_function(download_model_to_folder, timeout=60 * 20)
Expand Down

0 comments on commit ba078e5

Please sign in to comment.