Neo111x commited on
Commit
5945d88
1 Parent(s): 4956fc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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).cuda()
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 = """