Typo
Browse files
prune.py
CHANGED
@@ -37,5 +37,5 @@ def prune_and_copy_additional_layers(original_state_dict):
|
|
37 |
pruned_state_dict = prune_and_copy_additional_layers(model.state_dict())
|
38 |
|
39 |
print("Saving weights...")
|
40 |
-
torch.save(pruned_state_dict, '/scratch/nbrown9/jamba-small-
|
41 |
print("Done!")
|
|
|
37 |
pruned_state_dict = prune_and_copy_additional_layers(model.state_dict())
|
38 |
|
39 |
print("Saving weights...")
|
40 |
+
torch.save(pruned_state_dict, '/scratch/nbrown9/jamba-small-v1.bin')
|
41 |
print("Done!")
|