ss-galileo commited on
Commit
2e53e10
·
verified ·
1 Parent(s): 94ab8ba

Delete int4_awq

Browse files
Files changed (2) hide show
  1. int4_awq/config.json +0 -174
  2. int4_awq/rank0.engine +0 -3
int4_awq/config.json DELETED
@@ -1,174 +0,0 @@
1
- {
2
- "version": "0.13.0",
3
- "pretrained_config": {
4
- "mlp_bias": false,
5
- "attn_bias": false,
6
- "rotary_base": 500000.0,
7
- "rotary_scaling": {
8
- "factor": 8.0,
9
- "low_freq_factor": 1.0,
10
- "high_freq_factor": 4.0,
11
- "original_max_position_embeddings": 8192,
12
- "rope_type": "llama3"
13
- },
14
- "residual_mlp": false,
15
- "disable_weight_only_quant_plugin": false,
16
- "moe": {
17
- "num_experts": 0,
18
- "top_k": 0,
19
- "normalization_mode": 1,
20
- "sparse_mixer_epsilon": 0.01,
21
- "tp_mode": 0
22
- },
23
- "remove_duplicated_kv_heads": false,
24
- "architecture": "LlamaForCausalLM",
25
- "dtype": "float16",
26
- "vocab_size": 128256,
27
- "hidden_size": 4096,
28
- "num_hidden_layers": 32,
29
- "num_attention_heads": 32,
30
- "hidden_act": "silu",
31
- "logits_dtype": "float16",
32
- "norm_epsilon": 1e-05,
33
- "position_embedding_type": "rope_gpt_neox",
34
- "max_position_embeddings": 131072,
35
- "num_key_value_heads": 8,
36
- "intermediate_size": 14336,
37
- "mapping": {
38
- "world_size": 1,
39
- "gpus_per_node": 8,
40
- "cp_size": 1,
41
- "tp_size": 1,
42
- "pp_size": 1,
43
- "moe_tp_size": 1,
44
- "moe_ep_size": 1
45
- },
46
- "quantization": {
47
- "quant_algo": "W4A16_AWQ",
48
- "kv_cache_quant_algo": null,
49
- "group_size": 128,
50
- "smoothquant_val": 0.5,
51
- "clamp_val": null,
52
- "has_zero_point": false,
53
- "pre_quant_scale": true,
54
- "exclude_modules": [
55
- "lm_head"
56
- ]
57
- },
58
- "use_parallel_embedding": true,
59
- "embedding_sharding_dim": 0,
60
- "share_embedding_table": false,
61
- "head_size": 128,
62
- "qk_layernorm": false,
63
- "producer": {
64
- "name": "modelopt",
65
- "version": "0.15.1"
66
- },
67
- "bias": false,
68
- "rotary_pct": 1.0,
69
- "rank": 0,
70
- "decoder": "llama",
71
- "rmsnorm": true,
72
- "lm_head_bias": false
73
- },
74
- "build_config": {
75
- "max_input_len": 1048576,
76
- "max_seq_len": 1048576,
77
- "opt_batch_size": null,
78
- "max_batch_size": 64,
79
- "max_beam_width": 1,
80
- "max_num_tokens": 65536,
81
- "opt_num_tokens": 64,
82
- "max_prompt_embedding_table_size": 0,
83
- "kv_cache_type": "PAGED",
84
- "gather_context_logits": false,
85
- "gather_generation_logits": false,
86
- "strongly_typed": true,
87
- "builder_opt": null,
88
- "force_num_profiles": null,
89
- "profiling_verbosity": "layer_names_only",
90
- "enable_debug_output": false,
91
- "max_draft_len": 0,
92
- "speculative_decoding_mode": 1,
93
- "use_refit": false,
94
- "input_timing_cache": null,
95
- "output_timing_cache": "model.cache",
96
- "lora_config": {
97
- "lora_dir": [],
98
- "lora_ckpt_source": "hf",
99
- "max_lora_rank": 64,
100
- "lora_target_modules": [],
101
- "trtllm_modules_to_hf_modules": {}
102
- },
103
- "auto_parallel_config": {
104
- "world_size": 1,
105
- "gpus_per_node": 8,
106
- "cluster_key": "A100-SXM-40GB",
107
- "cluster_info": null,
108
- "sharding_cost_model": "alpha_beta",
109
- "comm_cost_model": "alpha_beta",
110
- "enable_pipeline_parallelism": false,
111
- "enable_shard_unbalanced_shape": false,
112
- "enable_shard_dynamic_shape": false,
113
- "enable_reduce_scatter": true,
114
- "builder_flags": null,
115
- "debug_mode": false,
116
- "infer_shape": true,
117
- "validation_mode": false,
118
- "same_buffer_io": {
119
- "past_key_value_(\\d+)": "present_key_value_\\1"
120
- },
121
- "same_spec_io": {},
122
- "sharded_io_allowlist": [
123
- "past_key_value_\\d+",
124
- "present_key_value_\\d*"
125
- ],
126
- "fill_weights": false,
127
- "parallel_config_cache": null,
128
- "profile_cache": null,
129
- "dump_path": null,
130
- "debug_outputs": []
131
- },
132
- "weight_sparsity": false,
133
- "weight_streaming": false,
134
- "plugin_config": {
135
- "dtype": "float16",
136
- "bert_attention_plugin": "auto",
137
- "gpt_attention_plugin": "auto",
138
- "gemm_plugin": "auto",
139
- "gemm_swiglu_plugin": null,
140
- "fp8_rowwise_gemm_plugin": null,
141
- "smooth_quant_gemm_plugin": null,
142
- "identity_plugin": null,
143
- "layernorm_quantization_plugin": null,
144
- "rmsnorm_quantization_plugin": null,
145
- "nccl_plugin": null,
146
- "lookup_plugin": null,
147
- "lora_plugin": null,
148
- "weight_only_groupwise_quant_matmul_plugin": "float16",
149
- "weight_only_quant_matmul_plugin": null,
150
- "quantize_per_token_plugin": false,
151
- "quantize_tensor_plugin": false,
152
- "moe_plugin": "auto",
153
- "mamba_conv1d_plugin": "auto",
154
- "low_latency_gemm_plugin": null,
155
- "context_fmha": true,
156
- "bert_context_fmha_fp32_acc": false,
157
- "paged_kv_cache": true,
158
- "remove_input_padding": true,
159
- "reduce_fusion": false,
160
- "enable_xqa": true,
161
- "tokens_per_block": 64,
162
- "use_paged_context_fmha": false,
163
- "use_fp8_context_fmha": false,
164
- "multiple_profiles": false,
165
- "paged_state": false,
166
- "streamingllm": false,
167
- "manage_weights": false,
168
- "use_fused_mlp": true
169
- },
170
- "use_strip_plan": false,
171
- "max_encoder_input_len": 1024,
172
- "use_fused_mlp": false
173
- }
174
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
int4_awq/rank0.engine DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:28d52f9163135bb202bc5c1e76060ca0e87f88f85f70969c56ee34010fa4baad
3
- size 5778055484