Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ import os
|
|
| 23 |
|
| 24 |
model_path = 'Neo111x/falcon3-decompiler-7b-v1' # V1.5 Model
|
| 25 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
| 26 |
-
model = AutoModelForCausalLM.from_pretrained(model_path,torch_dtype=torch.bfloat16)
|
| 27 |
|
| 28 |
|
| 29 |
asm_func = """
|
|
|
|
| 23 |
|
| 24 |
model_path = 'Neo111x/falcon3-decompiler-7b-v1' # V1.5 Model
|
| 25 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
| 26 |
+
model = AutoModelForCausalLM.from_pretrained(model_path,torch_dtype=torch.bfloat16)
|
| 27 |
|
| 28 |
|
| 29 |
asm_func = """
|