pranavajay commited on
Commit
2c07c1a
·
verified ·
1 Parent(s): 917ea05

Update co.py

Browse files
Files changed (1) hide show
  1. co.py +1 -1
co.py CHANGED
@@ -10,6 +10,6 @@ model_3 = load_file("merged_model_28.safetensors")
10
  combined_model = {**model_1, **model_2, **model_3}
11
 
12
  # Save the combined model as flowgram.safetensors
13
- save_file(combined_model, "flowgram.safetensors")
14
 
15
  print("Successfully merged the models into flowgram.safetensors")
 
10
  combined_model = {**model_1, **model_2, **model_3}
11
 
12
  # Save the combined model as flowgram.safetensors
13
+ save_file(combined_model, "flowgram_f16.safetensors")
14
 
15
  print("Successfully merged the models into flowgram.safetensors")