Spaces:
Runtime error
Runtime error
Commit
·
057ba08
1
Parent(s):
fd87c45
omg
Browse files
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-
|
| 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)
|