Spaces:
Sleeping
Sleeping
File size: 258 Bytes
6a1e686 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
import torch
# Local config
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
# HF API config
TAG_NAMES = [
'games',
'geometry',
'graphs',
'math',
'number theory',
'other',
'probabilities',
'strings',
'trees'
] |