gstaff commited on
Commit
bf19ed4
·
verified ·
1 Parent(s): c21a252

Add TensorRT-LLM engine files for Mistral-7B-instruct-v0.2 compiled on Windows 11 NVIDIA GeForce RTX 3080Ti for single GPU mode.

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. config.json +53 -0
  3. llama_float16_tp1_rank0.engine +3 -0
  4. model.cache +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ llama_float16_tp1_rank0.engine filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_config": {
3
+ "gather_all_token_logits": false,
4
+ "hidden_act": "silu",
5
+ "hidden_size": 4096,
6
+ "int8": true,
7
+ "max_batch_size": 1,
8
+ "max_beam_width": 1,
9
+ "max_input_len": 3000,
10
+ "max_num_tokens": null,
11
+ "max_output_len": 1024,
12
+ "max_position_embeddings": 32768,
13
+ "max_prompt_embedding_table_size": 0,
14
+ "name": "llama",
15
+ "num_heads": 32,
16
+ "num_kv_heads": 8,
17
+ "num_layers": 32,
18
+ "parallel_build": false,
19
+ "pipeline_parallel": 1,
20
+ "precision": "float16",
21
+ "quant_mode": 34,
22
+ "tensor_parallel": 1,
23
+ "use_refit": false,
24
+ "vocab_size": 32000
25
+ },
26
+ "plugin_config": {
27
+ "attention_qk_half_accumulation": false,
28
+ "bert_attention_plugin": false,
29
+ "context_fmha_type": 1,
30
+ "gemm_plugin": "float16",
31
+ "gpt_attention_plugin": "float16",
32
+ "identity_plugin": false,
33
+ "layernorm_plugin": false,
34
+ "layernorm_quantization_plugin": false,
35
+ "lookup_plugin": false,
36
+ "lora_plugin": false,
37
+ "multi_block_mode": false,
38
+ "nccl_plugin": false,
39
+ "paged_kv_cache": false,
40
+ "quantize_per_token_plugin": false,
41
+ "quantize_tensor_plugin": false,
42
+ "remove_input_padding": false,
43
+ "rmsnorm_plugin": false,
44
+ "rmsnorm_quantization_plugin": false,
45
+ "smooth_quant_gemm_plugin": false,
46
+ "tokens_per_block": 0,
47
+ "use_context_fmha_for_generation": false,
48
+ "use_custom_all_reduce": false,
49
+ "use_paged_context_fmha": false,
50
+ "weight_only_groupwise_quant_matmul_plugin": "float16",
51
+ "weight_only_quant_matmul_plugin": false
52
+ }
53
+ }
llama_float16_tp1_rank0.engine ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdffeb5d22b110c81ca75e6e0089d280315e56dac5c99d9dab0dc898cf080899
3
+ size 4196446172
model.cache ADDED
Binary file (227 kB). View file