chenjiel commited on
Commit
c1881f7
·
verified ·
1 Parent(s): aed286e

Add FP8 KV cache quantization

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -394,6 +394,11 @@
394
  "model.layers.9.self_attn*"
395
  ],
396
  "quant_algo": "NVFP4",
 
 
 
 
 
397
  "producer": {
398
  "name": "modelopt",
399
  "version": "0.45.0.dev44+gc273ddb8a.d20260509"
 
394
  "model.layers.9.self_attn*"
395
  ],
396
  "quant_algo": "NVFP4",
397
+ "kv_cache_scheme": {
398
+ "dynamic": false,
399
+ "num_bits": 8,
400
+ "type": "float"
401
+ },
402
  "producer": {
403
  "name": "modelopt",
404
  "version": "0.45.0.dev44+gc273ddb8a.d20260509"