Spaces:
Runtime error
Runtime error
Commit
·
37887aa
1
Parent(s):
b923f28
Update Utilities/config.py
Browse files- Utilities/config.py +1 -1
Utilities/config.py
CHANGED
|
@@ -47,7 +47,7 @@ OCLR_ANNEAL_STRATEGY = "linear"
|
|
| 47 |
|
| 48 |
# Compute Related
|
| 49 |
|
| 50 |
-
ACCELERATOR = "
|
| 51 |
PRECISION = 32
|
| 52 |
|
| 53 |
# Store
|
|
|
|
| 47 |
|
| 48 |
# Compute Related
|
| 49 |
|
| 50 |
+
ACCELERATOR = "cpu"
|
| 51 |
PRECISION = 32
|
| 52 |
|
| 53 |
# Store
|