Spaces:
Running
on
T4
Running
on
T4
File size: 667 Bytes
936da19 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
name: tirex
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- cuda=12.6
- cuda-nvcc=12.6
- gxx_linux-64=13.2.0
- python=3.11
- pip
- cmake
- ninja
- cuda-toolkit=12.6
- cuda-cccl=12.6
- pip:
- --index-url https://download.pytorch.org/whl/cu126
- --extra-index-url https://pypi.org/simple
- torch~=2.6.0
- torchvision~=0.21.0
- torchaudio~=2.6.0
- pre-commit
- xlstm~=2.0.3
- einops~=0.8.1
- huggingface-hub~=0.32.0
- lightning~=2.5.1
- numpy~=2.1.3
- pandas~=2.2.3
- dacite~=1.9.2
- pytest
- gradio
- plotly
- pillow
|