Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lukestanley
/
ChillTranslator
like
1
Sleeping
App
Files
Files
Community
1
8093276
ChillTranslator
3 contributors
History:
78 commits
lukestanley
Add Mistral API support due to my RunPod serverless system reliability issues
8093276
8 months ago
gradio_cached_examples
Cache examples
8 months ago
.gitignore
Safe
20 Bytes
Assert RunPod env vars are setup before trying to use them
8 months ago
Dockerfile
Safe
1.72 kB
Comment out llama-cpp-python installation command in Docker for HuggingFace Space
8 months ago
LICENSE
Safe
1.07 kB
Initial commit
8 months ago
README.md
Safe
5.91 kB
Docs: HuggingFace README.md metadata changes
8 months ago
app.py
Safe
3.25 kB
Make Gradio app text more concise
8 months ago
chill.py
Safe
7.63 kB
Add assert in improvement_loop function to make more robust
8 months ago
docker-compose.yml
Safe
233 Bytes
Expose json typed LLM interface for RunPod
8 months ago
promptObjects.py
Safe
3.5 kB
Move prompt strings and types to own file, reorder code a bit
8 months ago
runpod.dockerfile
Safe
1.17 kB
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
8 months ago
runpod_handler.py
Safe
1.71 kB
Avoid unneeded imports, make serverless output more sensible, removing some debugging and comments
8 months ago
serverless.md
Safe
4.11 kB
Documents serverless motivation and testing instructions
8 months ago
serverless_local_test.py
Safe
1.16 kB
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
8 months ago
utils.py
Safe
9.27 kB
Add Mistral API support due to my RunPod serverless system reliability issues
8 months ago