Skip to content

Commit

Permalink
Merge branch 'main' into autogptq-compressed-tensors
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz authored Jun 10, 2024
2 parents fa6234b + 3cd9a8c commit 398efd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llama7b_w4a16_quantization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"metadata": {},
"outputs": [],
"source": [
"model.save_pretrained(\"/network/sadkins/llama1.1b_W4A16_channel_packed\", save_compressed=True)"
"model.save_pretrained(\"llama1.1b_W4A16_channel_packed\", save_compressed=True)"
]
}
],
Expand Down

0 comments on commit 398efd2

Please sign in to comment.