yessenzhar
commited on
Commit
•
5de4d5c
1
Parent(s):
d5c7a29
remove hardcoded weights and tokenizer dirs, replace with template
Browse files- postprocessing/config.pbtxt +1 -1
- preprocessing/config.pbtxt +1 -1
- tensorrt_llm/config.pbtxt +1 -1
postprocessing/config.pbtxt
CHANGED
@@ -50,7 +50,7 @@ output [
|
|
50 |
parameters {
|
51 |
key: "tokenizer_dir"
|
52 |
value: {
|
53 |
-
string_value: "
|
54 |
}
|
55 |
}
|
56 |
|
|
|
50 |
parameters {
|
51 |
key: "tokenizer_dir"
|
52 |
value: {
|
53 |
+
string_value: "${tokenizer_dir}"
|
54 |
}
|
55 |
}
|
56 |
|
preprocessing/config.pbtxt
CHANGED
@@ -80,7 +80,7 @@ output [
|
|
80 |
parameters {
|
81 |
key: "tokenizer_dir"
|
82 |
value: {
|
83 |
-
string_value: "
|
84 |
}
|
85 |
}
|
86 |
|
|
|
80 |
parameters {
|
81 |
key: "tokenizer_dir"
|
82 |
value: {
|
83 |
+
string_value: "${tokenizer_dir}"
|
84 |
}
|
85 |
}
|
86 |
|
tensorrt_llm/config.pbtxt
CHANGED
@@ -173,7 +173,7 @@ parameters: {
|
|
173 |
parameters: {
|
174 |
key: "gpt_model_path"
|
175 |
value: {
|
176 |
-
string_value: "
|
177 |
}
|
178 |
}
|
179 |
parameters: {
|
|
|
173 |
parameters: {
|
174 |
key: "gpt_model_path"
|
175 |
value: {
|
176 |
+
string_value: "${gpt_model_path}"
|
177 |
}
|
178 |
}
|
179 |
parameters: {
|