ApacheOne commited on
Commit
37150ee
·
verified ·
1 Parent(s): 6319137

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - black-forest-labs/FLUX.2-klein-9B
7
+ tags:
8
+ - art
9
+ ---
10
+ # Just some testing
11
+
12
+ Pin down what is needed between 50s,40s,30s cards
13
+
14
+ Translate info for use in TensorRT fp4 converting / onnx
15
+
16
+ Anyone that has made fp4 onnx before with NVIDIA’s Model Optimizer PTQ help in the Community tab is welcomed.
17
+
18
+ Currently working on correct Quantize/Dequantize nodes for onnx export to build fp4 RT engine for 50s cards.
19
+
20
+ ## BL Klein 9B NVFP4 Variants — `txt_attn` dtype notes
21
+
22
+ ### bl_Klein9b-nvfp4.safetensors
23
+ - `txt_attn` weights: **NVFP4**
24
+
25
+ ### bl_Klein9b-nvfp4_BF16.safetensors
26
+ - `txt_attn` weights: **BF16**