CoolFace
Apppublic

Praz314159/Model_Zoo

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
18 commits on main
58460741y ago

Remove authentication for ungated Qwen model

Prashanth Ramakrishna
6d1a7421y ago

Force rebuild with Qwen2.5-7B

Prashanth Ramakrishna
296d6c61y ago

Switch to Qwen2.5-7B-Instruct

Prashanth Ramakrishna
973b3fe1y ago

Switch to Mistral-7B-Instruct-v0.3

Prashanth Ramakrishna
f00bbe61y ago

Switch to Zephyr-7B-beta (truly ungated model)

Prashanth Ramakrishna
f9c74121y ago

Switch to Mistral-7B-Instruct-v0.1 (ungated model)

Prashanth Ramakrishna
40b044c1y ago

Switch to Mistral-7B-Instruct-v0.3 for faster inference

Prashanth Ramakrishna
0a09fc51y ago

Force rebuild - Deploy Qwen2.5-72B with 4xL4 tensor parallelism

Prashanth Ramakrishna
82e4ccc1y ago

Switch to Qwen2.5-72B-Instruct with 4xL4 GPU tensor parallelism and NF4 quantization

Prashanth Ramakrishna
ab82ad31y ago

Fix TGI Numba caching issues - comprehensive environment setup

Prashanth Ramakrishna
457a3f01y ago

Fix TGI Docker image - use v1.4 with Python dependencies

Prashanth Ramakrishna
206ee471y ago

Replace Ollama with TGI for high-performance inference

Prashanth Ramakrishna
7d1b0bb1y ago

Revert to ENTRYPOINT and fix Ollama permissions with /tmp directory

Prashanth Ramakrishna
ad3212e1y ago

Fix startup by using CMD instead of ENTRYPOINT for HF Spaces

Prashanth Ramakrishna
d997b8f1y ago

Fix Ollama permissions by using /tmp directory

Prashanth Ramakrishna
a4115741y ago

Fix entrypoint to ensure startup script executes

Prashanth Ramakrishna
25eda951y ago

Initial deployment of Annotation Army Model Zoo with Ollama and multiple LLMs

Prashanth Ramakrishna
8663ed01y ago

initial commit

Praz314159