Skip to content

Commit 8ed6917

Browse files
committed
Remove target config from olive-recipe for qnn-gpu
1 parent d715073 commit 8ed6917

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

Qwen-Qwen2.5-1.5B-Instruct/QNN/config_gpu.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@
8484
"st": {
8585
"type": "StaticLLM",
8686
"batch_size": 1,
87-
"context_length": 1,
88-
"target": "gpu"
87+
"context_length": 1
8988
}
9089
},
9190
"target": "target_system",

deepseek-ai-DeepSeek-R1-Distill-Qwen-1.5B/QNN/config_gpu.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@
8484
"st": {
8585
"type": "StaticLLM",
8686
"batch_size": 1,
87-
"context_length": 1,
88-
"target": "gpu"
87+
"context_length": 1
8988
}
9089
},
9190
"target": "target_system",

meta-llama-Llama-3.2-1B-Instruct/QNN/config_gpu.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@
8484
"st": {
8585
"type": "StaticLLM",
8686
"batch_size": 1,
87-
"context_length": 1,
88-
"target": "gpu"
87+
"context_length": 1
8988
}
9089
},
9190
"target": "target_system",

microsoft-Phi-3.5-mini-instruct/QNN/config_gpu.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@
8484
"st": {
8585
"type": "StaticLLM",
8686
"batch_size": 1,
87-
"context_length": 1,
88-
"target": "gpu"
87+
"context_length": 1
8988
}
9089
},
9190
"target": "target_system",

0 commit comments

Comments
 (0)