Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ login(token="")
|
|
61 |
tokenizer = AutoTokenizer.from_pretrained("unsloth/Llama3.2-1B-Instruct",)
|
62 |
base_model = AutoModelForCausalLM.from_pretrained(
|
63 |
"unsloth/Llama3.2-1B-Instruct",
|
64 |
-
device_map="
|
65 |
)
|
66 |
|
67 |
model = PeftModel.from_pretrained(base_model,"Rustamshry/Llama3.2-SQL-1B")
|
|
|
61 |
tokenizer = AutoTokenizer.from_pretrained("unsloth/Llama3.2-1B-Instruct",)
|
62 |
base_model = AutoModelForCausalLM.from_pretrained(
|
63 |
"unsloth/Llama3.2-1B-Instruct",
|
64 |
+
device_map={"": 0}, token=""
|
65 |
)
|
66 |
|
67 |
model = PeftModel.from_pretrained(base_model,"Rustamshry/Llama3.2-SQL-1B")
|