mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-07 21:19:51 +00:00
Merge pull request #906 from Azure-Tang/main
[Fix] Fix rocm example yaml
This commit is contained in:
commit
0e93a09d67
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
replace:
|
||||
class: ktransformers.operators.linear.KTransformersLinear # optimized Kernel on quantized data types
|
||||
kwargs:
|
||||
generate_device: "cuda"
|
||||
generate_device: "cpu"
|
||||
prefill_device: "cuda"
|
||||
generate_op: "KLinearCPUInfer"
|
||||
prefill_op: "KLinearTorch"
|
||||
|
@ -23,7 +23,7 @@
|
|||
replace:
|
||||
class: ktransformers.operators.linear.KTransformersLinear # optimized Kernel on quantized data types
|
||||
kwargs:
|
||||
generate_device: "cpu"
|
||||
generate_device: "cuda"
|
||||
prefill_device: "cuda"
|
||||
generate_op: "KLinearQ8"
|
||||
prefill_op: "KLinearTorch"
|
||||
|
|
Loading…
Add table
Reference in a new issue