Spaces:
Running
Running
File size: 182 Bytes
a80d6bb |
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
|