Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ nul

# Jupyter
.ipynb_checkpoints/

# Runtime state (when running the app from the repo root, e.g. in development)
output/
uploads/
queue.json
timing_history.json
verified_models.json
.pytest_cache/
1 change: 0 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
# Model Server Configuration
MODEL_SERVER_PORT = 42100
MODEL_SERVER_URL = f"http://127.0.0.1:{MODEL_SERVER_PORT}"
USE_MODEL_SERVER = True # Set to False to use old subprocess method

# Timing History
MAX_TIMING_RECORDS = 1000 # Keep last 1000 successful generations
Expand Down
338 changes: 157 additions & 181 deletions generation.py

Large diffs are not rendered by default.

Loading