ejschwartz commited on
Commit
e2beaba
·
1 Parent(s): d3fb139

Debug message

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,