SummarizerApp / Dockerfile

Commit History

Remove outlines library and all related code
d25a17f

ming commited on

Add Outlines installation verification to Dockerfile
2ff86e9

ming commited on

Add OMP_NUM_THREADS env var and improve Outlines requirement comment
55d10ea

ming commited on

Fix Python 3.10 requirement and torch_dtype deprecation
6b859f2

ming commited on

Implement Option 3: Use FP16 for 2-3x faster inference
7fff563

ming commited on

Fix bitsandbytes UID error with getpass patch
dd29a6d

ming commited on

Switch V4 to GPU INT4 quantization with Qwen-1.5B
a36f560

ming commited on

Add support for sshleifer/distilbart-cnn-6-6 model for V2 API
6e48ad3

ming commited on

Optimize V2 API for HuggingFace Spaces with t5-small
d174be4

ming commited on

Switch to llama3.2:1b base model for better availability
64e4f7a

ming commited on

Fix storage limit issue by switching to llama3.2:1b-instruct
43c3d8e

ming commited on

Switch to llama3.2:3b-instruct model for faster performance
4cc543a

ming commited on

Switch to mistral:7b-instruct model for better instruction following
af820b0

ming commited on

Use /tmp directory for Ollama to bypass file system permission restrictions
c3ba37c

ming commited on

Run as root to bypass Hugging Face Spaces permission restrictions
6660cd8

ming commited on

Fix Ollama directory permissions by setting proper ownership and permissions during build
26568af

ming commited on

Remove chmod command that's not permitted in Hugging Face Spaces
d72587d

ming commited on

Fix Ollama permissions by using /app/.ollama directory instead of /root/.ollama
7716cd4

ming commited on

Improve Ollama startup with better error handling and health checks
b75970a

ming commited on

Fix Ollama permissions and model configuration for Hugging Face deployment
bd3417a

ming commited on

Add Hugging Face Spaces configuration and deployment files
3a7a125

ming commited on

feat: add Docker containerization with Ollama integration
2043365

ming commited on