mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
default
This commit is contained in:
parent
e93ab925f9
commit
f4c60ca522
@ -70,4 +70,4 @@ def get_adapter_to_index():
|
||||
|
||||
|
||||
USE_CUSTOM_MODELING = os.getenv("USE_CUSTOM_MODELING", "true")
|
||||
USE_CUSTOM_MODELING = USE_CUSTOM_MODELING == "true" or USE_CUSTOM_MODELING == "1"
|
||||
USE_CUSTOM_MODELING = USE_CUSTOM_MODELING.lower() == "true" or USE_CUSTOM_MODELING == "1"
|
||||
|
Loading…
Reference in New Issue
Block a user