dacorvo HF Staff commited on
Commit
a510ca8
·
verified ·
1 Parent(s): 04935d9

Update inference-cache-config/llama-variants.json

Browse files
inference-cache-config/llama-variants.json CHANGED
@@ -1,5 +1,19 @@
1
  {
2
- "deepseek-ai/DeepSeek-R1-Distill-Llama-8B": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  {
4
  "batch_size": 1,
5
  "sequence_length": 4096,
 
1
  {
2
+ "unsloth/Llama-3.2-1B": [
3
+ {
4
+ "batch_size": 1,
5
+ "sequence_length": 4096,
6
+ "num_cores": 2,
7
+ "auto_cast_type": "bf16"
8
+ },
9
+ {
10
+ "batch_size": 4,
11
+ "sequence_length": 4096,
12
+ "num_cores": 2,
13
+ "auto_cast_type": "bf16"
14
+ }
15
+ ],
16
+ "deepseek-ai/DeepSeek-R1-Distill-Llama-8B": [
17
  {
18
  "batch_size": 1,
19
  "sequence_length": 4096,