dacorvo HF staff commited on
Commit
0dc9273
·
verified ·
1 Parent(s): 20d45bf

Synchronizing local compiler cache.

Browse files
neuronxcc-2.12.54.0+f631c2365/0_REGISTRY/0.0.18.dev0/llama/meta-llama/Llama-2-7b-chat-hf/54c1f6689cd88f246fce.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 32000,
3
+ "max_position_embeddings": 4096,
4
+ "hidden_size": 4096,
5
+ "intermediate_size": 11008,
6
+ "num_hidden_layers": 32,
7
+ "num_attention_heads": 32,
8
+ "num_key_value_heads": 32,
9
+ "hidden_act": "silu",
10
+ "initializer_range": 0.02,
11
+ "rms_norm_eps": 1e-05,
12
+ "pretraining_tp": 1,
13
+ "use_cache": true,
14
+ "rope_theta": 10000.0,
15
+ "rope_scaling": null,
16
+ "attention_bias": false,
17
+ "attention_dropout": 0.0,
18
+ "torch_dtype": "float16",
19
+ "tie_word_embeddings": false,
20
+ "architectures": [
21
+ "LlamaForCausalLM"
22
+ ],
23
+ "bos_token_id": 1,
24
+ "eos_token_id": 2,
25
+ "model_type": "llama",
26
+ "neuron": {
27
+ "task": "text-generation",
28
+ "batch_size": 1,
29
+ "num_cores": 24,
30
+ "auto_cast_type": "fp16",
31
+ "sequence_length": 2048,
32
+ "compiler_type": "neuronx-cc",
33
+ "compiler_version": "2.12.54.0+f631c2365",
34
+ "checkpoint_id": "meta-llama/Llama-2-7b-chat-hf",
35
+ "checkpoint_revision": "c1b0db933684edbfe29a06fa47eb19cc48025e93"
36
+ }
37
+ }
neuronxcc-2.12.54.0+f631c2365/registry/hf-internal-testing/tiny-random-gpt2/8019d93dd8eda6d8da82.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "text-generation",
3
+ "batch_size": 1,
4
+ "num_cores": 2,
5
+ "auto_cast_type": "fp32",
6
+ "sequence_length": 100,
7
+ "compiler_type": "neuronx-cc",
8
+ "compiler_version": "2.12.54.0+f631c2365",
9
+ "checkpoint_id": "hf-internal-testing/tiny-random-gpt2",
10
+ "checkpoint_revision": "91c0fe31d692dd8448d9bc06e8d1877345009e3b"
11
+ }
neuronxcc-2.12.54.0+f631c2365/registry/mistralai/Mistral-7B-Instruct-v0.1/b12f53f65aebf02fdfa9.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "text-generation",
3
+ "batch_size": 1,
4
+ "num_cores": 2,
5
+ "auto_cast_type": "bf16",
6
+ "sequence_length": 2048,
7
+ "compiler_type": "neuronx-cc",
8
+ "compiler_version": "2.12.54.0+f631c2365",
9
+ "checkpoint_id": "mistralai/Mistral-7B-Instruct-v0.1",
10
+ "checkpoint_revision": "9ab9e76e2b09f9f29ea2d56aa5bd139e4445c59e"
11
+ }