Skip to content
Merged
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
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ dependencies:
- pip:
# PyTorch via pip: the default Linux wheels are CUDA-enabled (cu124), whereas the
# conda 'pytorch' channel yields a CPU-only build when this env is created on a
# machine with no NVIDIA driver (the VNN-COMP installer). Pinned to 2.5.1/cu124
# (needs driver >= 525) so the GPU build works on standard AWS run instances.
- torch
- torchvision
# machine with no NVIDIA driver (the VNN-COMP installer). Installing via pip instead
# of conda so the GPU build works on standard AWS run instances.
- torch>=2.8
- torchvision>=0.23
# ONNX ecosystem - for VNNLib benchmarks
- onnx2torch
- onnxconverter-common
Expand Down
Loading