kylesayrs commited on
Commit
e0e68e2
·
verified ·
1 Parent(s): 902e457

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -3,6 +3,9 @@ license: mit
3
  base_model:
4
  - zai-org/GLM-5.2
5
  library_name: transformers
 
 
 
6
  ---
7
 
8
  # RedHatAI/GLM-5.2-FP8-NVFP4
@@ -130,4 +133,4 @@ model.save_pretrained(SAVE_DIR, save_compressed=True)
130
  tokenizer.save_pretrained(SAVE_DIR)
131
 
132
  torch.distributed.destroy_process_group()
133
- ```
 
3
  base_model:
4
  - zai-org/GLM-5.2
5
  library_name: transformers
6
+ tags:
7
+ - compressed-tensors
8
+ - vLLM
9
  ---
10
 
11
  # RedHatAI/GLM-5.2-FP8-NVFP4
 
133
  tokenizer.save_pretrained(SAVE_DIR)
134
 
135
  torch.distributed.destroy_process_group()
136
+ ```