Skip to content

Commit

Permalink
env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Sep 23, 2024
1 parent 1cf3cd8 commit 491b738
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions gantry-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,18 @@ dependencies:
- sphinx-copybutton==0.5.2
- sphinx-autobuild==2021.3.14
- sphinx-autodoc-typehints==1.23.3

# CUDA 11.8 specific installation for PyTorch
- cudatoolkit=11.8

# Additional dependencies to be installed via pip
pip:
- pymupdf
- pypdf
- pypdfium2
- transformers @ git+https://github.com/huggingface/transformers.git@f9b44097261270377199bb0fcbceb01fd9f7d0c0
- lingua-language-detector
- necessary

# CUDA PyTorch package with index URL
# pip section for additional packages
- pip:
- --index-url https://download.pytorch.org/whl/cu118
- torch
- torchvision
- pymupdf
- pypdf
- pypdfium2
- transformers @ git+https://github.com/huggingface/transformers.git@f9b44097261270377199bb0fcbceb01fd9f7d0c0
- lingua-language-detector
- necessary

# CUDA PyTorch package with index URL
- --index-url https://download.pytorch.org/whl/cu118
- torch
- torchvision

0 comments on commit 491b738

Please sign in to comment.