Skip to content

Commit

Permalink
fix save path in llama7b_w4a16_quantization.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran authored Jun 7, 2024
1 parent 38a1214 commit eb9a0d7
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 eb9a0d7

Please sign in to comment.