Spaces:
Runtime error
Runtime error
File size: 182 Bytes
4cc8576 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
name: ASpanFormer
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.8
- cudatoolkit=10.2
- pytorch=1.8.1
- pip
- pip:
- -r requirements.txt
|