Johnyquest7 commited on
Commit
b9304c3
·
verified ·
1 Parent(s): f87d2a1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -31,8 +31,10 @@
31
  "tie_word_embeddings": true,
32
  "torch_dtype": "bfloat16",
33
  "transformers_version": "4.51.3",
34
- "unsloth_fixed": true,
35
- "unsloth_version": "2025.4.7",
 
 
36
  "use_cache": true,
37
  "vocab_size": 128256
38
  }
 
31
  "tie_word_embeddings": true,
32
  "torch_dtype": "bfloat16",
33
  "transformers_version": "4.51.3",
34
+ "transformers.js_config": {
35
+ "dtype": "q4f16",
36
+ "kv_cache_dtype": "float16"
37
+ },
38
  "use_cache": true,
39
  "vocab_size": 128256
40
  }