Update use_half in config_template.pbtxt to horner the args from init_model.py (#221)

This commit is contained in:
R0CKSTAR 2024-02-07 21:28:40 +08:00 committed by GitHub
parent 65cdc13897
commit 0183175ce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {