kaz-llm-lb / update_dynamic.py
hi-melnikov's picture
Removing model download to check GUI
9358ac6
raw
history blame
205 Bytes
from src.scripts.update_all_request_files import update_dynamic_files
if __name__ == "__main__":
print("Updating dynamic files")
# Pretty sure this will never be called
update_dynamic_files()