Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ conda create --name perception_models python=3.12
conda activate perception_models

# Install PyTorch
pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 xformers --index-url https://download.pytorch.org/whl/cu124
pip install torch torchvision torchaudio xformers --index-url https://download.pytorch.org/whl/cu124

# We use torchcodec for decoding videos into PyTorch tensors
conda install ffmpeg -c conda-forge
pip install torchcodec==0.1 --index-url=https://download.pytorch.org/whl/cu124
pip install torchcodec --index-url=https://download.pytorch.org/whl/cu124

pip install -e .
```
Expand Down
56 changes: 28 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
numpy==2.1.2
omegaconf==2.3.0
msgspec==0.19.0
rouge-score==0.1.2
sacrebleu==2.5.1
sentencepiece==0.2.0
tiktoken==0.9.0
blobfile==3.0.0
wandb==0.19.8
viztracer==1.0.3
lm-eval==0.4.8
scipy==1.15.2
pynvml==12.0.0
orjson==3.10.15
einops==0.8.1
pillow==11.0.0
pyahocorasick==2.1.0
iopath==0.1.10
torchdata==0.11.0
numpy
omegaconf
msgspec
rouge-score
sacrebleu
sentencepiece
tiktoken
blobfile
wandb
viztracer
lm-eval
scipy
pynvml
orjson
einops
pillow
pyahocorasick
iopath
torchdata
torchcodec
timm==1.0.15
decord==0.6.0
opencv-python==4.11.0.86
pycocoevalcap==1.2
scikit-learn==1.6.1
scipy==1.15.2
sentencepiece==0.2.0
tokenizers==0.21.1
webdataset==0.2.111
timm
decord
opencv-python
pycocoevalcap
scikit-learn
scipy
sentencepiece
tokenizers
webdataset
fsspec
datatrove
ftfy