mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Remove OOBABOOGA_FLAGS
This commit is contained in:
parent
ccfc919016
commit
967dda17a0
6
webui.py
6
webui.py
@ -14,12 +14,6 @@ conda_env_path = os.path.join(script_dir, "installer_files", "env")
|
||||
# os.environ["HCC_AMDGPU_TARGET"] = 'gfx1030'
|
||||
|
||||
# Command-line flags
|
||||
if "OOBABOOGA_FLAGS" in os.environ:
|
||||
CMD_FLAGS = os.environ["OOBABOOGA_FLAGS"]
|
||||
print("The following flags have been taken from the environment variable 'OOBABOOGA_FLAGS':")
|
||||
print(CMD_FLAGS)
|
||||
print("To use the CMD_FLAGS Inside webui.py, unset 'OOBABOOGA_FLAGS'.\n")
|
||||
else:
|
||||
cmd_flags_path = os.path.join(script_dir, "CMD_FLAGS.txt")
|
||||
if os.path.exists(cmd_flags_path):
|
||||
with open(cmd_flags_path, 'r') as f:
|
||||
|
Loading…
Reference in New Issue
Block a user