We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409d816 commit 2a82381Copy full SHA for 2a82381
script/add-custom-nvidia-system/dummy_config.py
@@ -6,8 +6,9 @@
6
7
EXPORTS = {
8
C.WorkloadSetting(C.HarnessType.Custom, C.AccuracyTarget(0.99), C.PowerSetting.MaxP): {
9
-
+ llm_fields.llm_gen_config_path: 'code/llama2-70b/tensorrt/generation_config.json',
10
},
11
C.WorkloadSetting(C.HarnessType.Custom, C.AccuracyTarget(0.999), C.PowerSetting.MaxP): {
12
13
14
}
0 commit comments