user commited on
Commit
500b596
·
1 Parent(s): 420232f

changed safetensors metadata so files are deterministic

Browse files
Nexusflow_Athene-V2-Chat_493f1bbd561a5a7e3d27c4081d4ee47508bf6831.logits.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c30dd65d30961146a35da5a2f8827dba382845a8c14fa2b50c5ad568d593915f
3
- size 238749728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c629036cb65bb4c21ab827ee7404d592f8acbf80cd7bcae69ebd96c478f4a8c4
3
+ size 238749632
deepseek-ai_DeepSeek-V3_86518964eaef84e3fdd98e9861759a1384f9c29d.logits.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1993feb3897078d1269140657755c892fdf86e68cbc040c4997a4b73b78524f8
3
- size 437566024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73587758faf5a3810d5c15a1e45e25f5f51456a83f513f1346eea202b8d09132
3
+ size 437565928
meta-llama_Llama-3.2-1B_4e20de362430cd3b72f300e6b0f18e50e7166e08.logits.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:217ce9e10c2a62c9b4545f83e2e4c0b6c878124251e534d7fd5a41c6e829ec0a
3
- size 15543648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f06331e234681c98d34d740644c47c5a5d615ab262ecfdc11da914b96779d47c
3
+ size 15543560
meta-llama_Llama-3.3-70B-Instruct_6f6073b423013f6a7d4d9f39144961bfbfbc386b.logits.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:376423f363885c3577988335f080d1eb9e9e3f2ba4054445ac1d4a0e320c9e07
3
- size 282042712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:017587ee95ec53164ec9a30a7e5921aa75de10d1b9a358964020a4bc3b191d97
3
+ size 282042608
run_test.py CHANGED
@@ -46,6 +46,6 @@ for module in pipe.model.modules():
46
 
47
  prompt = 'Once upon a time,'
48
  output = pipe(prompt, do_sample=False, max_new_tokens=1, temperature=1.0, top_p=1.0)
49
- safetensors.torch.save_file(tensors, fn, dict(model_id=model_id, revision=revision, prompt=prompt))
50
  print()
51
  print(output)
 
46
 
47
  prompt = 'Once upon a time,'
48
  output = pipe(prompt, do_sample=False, max_new_tokens=1, temperature=1.0, top_p=1.0)
49
+ safetensors.torch.save_file(tensors, fn, dict(prompt=prompt))
50
  print()
51
  print(output)