unignore device

This commit is contained in:
2023-10-08 22:54:06 +01:00
parent 20fcc9317f
commit 68a14d7da9
+1 -1
View File
@@ -23,7 +23,7 @@ import numpy
with open(sys.argv[1], "r") as config_file:
CONFIG = json.load(config_file)
DEVICE = "cuda:0"
DEVICE = CONFIG["device"]
# So400m/14@384
with init_empty_weights():