CoolFace
Apppublic

tech-daskalos/CyberSecChatbot

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
30 commits on main
47bf7ec1y ago

Update Dockerfile with main.py copy

Andrew McCracken, Claude
7c501a51y ago

Copy main.py to Docker image to pick up syntax fixes

Andrew McCracken, Claude
8f62d831y ago

Fix remaining f-string syntax errors

Andrew McCracken, Claude
c53e66f1y ago

Fix f-string syntax error in streaming endpoint

Andrew McCracken, Claude
2f6841c1y ago

Switch to GPU-enabled Docker image

Andrew McCracken, Claude
cfc97b41y ago

Add thread-safety for concurrent users

Andrew McCracken, Claude
6b0a7011y ago

Configure uvicorn for concurrent request handling

Andrew McCracken, Claude
efd44591y ago

Add concurrent request handling with model pool

Andrew McCracken, Claude
bfa102d1y ago

Add GPU support

Andrew McCracken, Claude
457c9e11y ago

Revert to simpler configuration - optimizations caused slowdown

Andrew McCracken, Claude
8cfe5b71y ago

Optimize for faster inference

Andrew McCracken, Claude
3f2ee191y ago

Increase threads to 8 for faster inference

Andrew McCracken, Claude
2a55dc31y ago

Disable RAG for faster inference

Andrew McCracken, Claude
b7fb9011y ago

Optimize for 8vCPU/32GB instance

Andrew McCracken, Claude
6e833841y ago

Optimize model parameters for faster CPU inference

Andrew McCracken, Claude
1b989231y ago

Fix API endpoint to use relative URL instead of localhost

Andrew McCracken, Claude
403caa41y ago

Add test interface HTML to Docker image

Andrew McCracken, Claude
7942e871y ago

Add knowledge_db directory and remove deprecated env var

Andrew McCracken, Claude
b721fc61y ago

Fix Hugging Face cache permissions

Andrew McCracken, Claude
3b792bc1y ago

Fix /app/models directory permissions

Andrew McCracken, Claude
28a49901y ago

Fix /data directory permissions for HF Spaces

Andrew McCracken, Claude
cf748561y ago

Use pre-built Docker image from Docker Hub

Andrew McCracken, Claude
ccc02891y ago

Use pre-built Docker image from Docker Hub

Andrew McCracken
0a1ff0d1y ago

Fix: Install llama-cpp-python at startup to /tmp to avoid build timeout

Andrew McCracken
8e854ef1y ago

Fix: Install cmake and build-essential for llama-cpp-python build

Andrew McCracken
a922ca81y ago

Fix: Force use of pre-built llama-cpp-python wheels

Andrew McCracken
3fad6551y ago

Fix: Install llama-cpp-python at runtime (HF Spaces workaround)

Andrew McCracken
6e613951y ago

Optimize: Use pre-built llama-cpp-python wheels for faster builds

Andrew McCracken
2fb680d1y ago

Initial deployment to Spaces

Andrew McCracken
7ba4b031y ago

initial commit

tech-daskalos