huggingface / optimum-tpu

Google TPU optimizations for transformers models
Apache License 2.0
75 stars 19 forks source link

Fix missing '=' to assign environment variables in the default case w… #33

Closed mfuntowicz closed 6 months ago

mfuntowicz commented 6 months ago

Looking at the entrypoint.sh for TGI it doesn't have the = operator to assign envvars values if not given by the user

ManfeiBai commented 6 months ago

Thanks!