mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-07-15 01:23:25 -07:00
Update use_half
in config_template.pbtxt to horner the args from init_model.py (#221)
This commit is contained in:
parent
65cdc13897
commit
0183175ce6
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ instance_group [
|
||||||
parameters {
|
parameters {
|
||||||
key: "use_half"
|
key: "use_half"
|
||||||
value: {
|
value: {
|
||||||
string_value: "1"
|
string_value: "${use_half}" # e.g. "0" or "1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue