Spaces:
Runtime error
Runtime error
Commit
·
e2beaba
1
Parent(s):
d3fb139
Debug message
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ vardecoder_model = AutoModelForCausalLM.from_pretrained(
|
|
25 |
low_cpu_mem_usage=True,
|
26 |
device_map="cuda",
|
27 |
)
|
|
|
28 |
fielddecoder_model = AutoModelForCausalLM.from_pretrained(
|
29 |
"ejschwartz/resym-fielddecoder",
|
30 |
torch_dtype=torch.bfloat16,
|
|
|
25 |
low_cpu_mem_usage=True,
|
26 |
device_map="cuda",
|
27 |
)
|
28 |
+
print("Loaded vardecoder model successfully.")
|
29 |
fielddecoder_model = AutoModelForCausalLM.from_pretrained(
|
30 |
"ejschwartz/resym-fielddecoder",
|
31 |
torch_dtype=torch.bfloat16,
|