Spaces:
Sleeping
Sleeping
Commit History
Log to remote server in non-blocking way
d2c07f7
Add log_to_jsonl function to data.py and remove duplicate function from utils.py
44bab49
Moves logging from app.py to chill.py
2ef37b6
Add JSONL disk file logging functionality to app.py and utils.py
abbebf8
Add system map and worker architecture details
293af3a
Readme: Note on Mistral API used, serverless backend for reliability
8c64a35
Show iteration count and time used
2a25399
Show scores as percentages
b68eb49
Count LLM request and show in UI, minor text changes
52ff483
Tidying: reordering code a bit
124003a
Add Mistral API support due to my RunPod serverless system reliability issues
8093276
Add TODO for Runpod timeout handling
3c6c618
Docs: HuggingFace README.md metadata changes
1dba83c
Make Gradio app text more concise
5abc6b6
Cache examples
2857585
Add assert in improvement_loop function to make more robust
4901d0f
Assert RunPod env vars are setup before trying to use them
00af17e
Change return type of improvement_loop to dict in app.py
859cc57
Update allow_flagging option in Gradio interface
db708d2
Fix Gradio textbox with placeholder
171111d
Docs: Add local usage instructions for running the Gradio web server GUI
38a55db
Clarify setup comments, remove unused global, increase max iterations
c995e6d
Docs: Readme update
58dcbdf
Add JSON parsing and format output in HTML
5fb50e6
Move constants
12c7670
Clarify ChillTranslator description
ca6258e
Docs: Move sections around
47a3557
Doc: Idea for speed improvements and intermediate results display, grouping future directions
968cab3
Documentation changes
21ce4d4
Add description to app
9f20b49
Luke Stanley
commited on
Add cached examples
acc8b42
Luke Stanley
commited on
Documentation: Add image
2dac454
Luke Stanley
commited on
Documentation: Update future directions
d72193c
Luke Stanley
commited on
Add HuggingFace Space demo link
03b6491
Luke Stanley
commited on
Reduce max_iterations value in chill.py
6bfaa63
Luke Stanley
commited on
Comment out llama-cpp-python installation command in Docker for HuggingFace Space
56e7667
Luke Stanley
commited on
Switch to serverless worker by default (PR #2 from lukestanley/serverless_json_llm)
a054519
unverified
Luke Stanley
commited on
Revert expected serverless output metadata stripper
c013599
Luke Stanley
commited on
Documents serverless motivation and testing instructions
5da2aef
Luke Stanley
commited on
Avoid unneeded imports, make serverless output more sensible, removing some debugging and comments
469f650
Luke Stanley
commited on
Fix RUNPOD_ENDPOINT_ID environment variable
ce5ad5f
Luke Stanley
commited on
Add more serverless GPU endpoint setup instruction detail
b51ce5c
Luke Stanley
commited on
Document serverless setup
f2e80c9
Luke Stanley
commited on
Rename serverless test file, set default model to Phi 2 for test, removed jq install, and env vars that are set the same in utils.py already, ignore .cache in git
83e4d57
Luke Stanley
commited on
Introduces worker mode env var
56e785c
Luke Stanley
commited on
Make GPU detection and llama-cpp-python re-installation conditional
434144a
Luke Stanley
commited on
Initialise global variables in improvement_loop function
e30b729
Luke Stanley
commited on
Ensure N_GPU_LAYERS is int
9475016
Luke Stanley
commited on
Expose json typed LLM interface for RunPod
976ea17
Luke Stanley
commited on