ejschwartz commited on
Commit
057ba08
·
1 Parent(s): fd87c45
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ vardecoder_model = AutoModelForCausalLM.from_pretrained(
42
  "ejschwartz/resym-vardecoder", torch_dtype=torch.bfloat16, device_map="auto"
43
  )
44
  fielddecoder_model = AutoModelForCausalLM.from_pretrained(
45
- "ejschwartz/resym-vardecoder", torch_dtype=torch.bfloat16, device_map="auto"
46
  )
47
 
48
  example = r"""__int64 __fastcall sub_410D81(__int64 a1, __int64 a2, __int64 a3)
 
42
  "ejschwartz/resym-vardecoder", torch_dtype=torch.bfloat16, device_map="auto"
43
  )
44
  fielddecoder_model = AutoModelForCausalLM.from_pretrained(
45
+ "ejschwartz/resym-fielddecoder", torch_dtype=torch.bfloat16, device_map="auto"
46
  )
47
 
48
  example = r"""__int64 __fastcall sub_410D81(__int64 a1, __int64 a2, __int64 a3)