CoolFace
Apppublic

EGYADMIN/kimi-k2-thinking-dev

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
24 commits on main
85203348mo ago

Fix: Complete MODEL_NAME string (add .3")

EGYADMIN
a8a7c748mo ago

Fix: Add missing DEFAULT_SYSTEM_PROMPT variable

EGYADMIN
bcc0a918mo ago

Switch to Mistral 7B Instruct - compatible and ready to fine-tune

EGYADMIN
74394748mo ago

Switch to Qwen 2.5 32B Instruct - powerful and compatible model

EGYADMIN
3e1fa458mo ago

Switch back to original moonshotai/Kimi-K2-Instruct model

EGYADMIN
1e6a29d8mo ago

Switch to quantized model RedHatAI/Kimi-K2-Instruct-quantized.w4a16

EGYADMIN
cfa3f958mo ago

Switch to Hugging Face Inference API for efficient model access

EGYADMIN
24a17938mo ago

Optimize app.py with better memory management and simplified code

EGYADMIN
469912b8mo ago

Remove model pre-download from Dockerfile - model will be downloaded at runtime

EGYADMIN
406fa528mo ago

Fix indentation issues in download_model.py

EGYADMIN
a0f61198mo ago

Update Dockerfile to pre-download model during build

EGYADMIN
d579f1e8mo ago

Create download_model.py

EGYADMIN
7501b6e8mo ago

Switch to Kimi-K2-Instruct model for better compatibility

EGYADMIN
653809e8mo ago

Fix Gradio 6.x compatibility - remove show_copy_button and theme from Blocks

EGYADMIN
0a24bc28mo ago

Update app.py with improved UI and error handling

EGYADMIN
ea506a58mo ago

Update Dockerfile with optimized settings for Kimi-K2

EGYADMIN
fac206b8mo ago

Add compressed-tensors and update dependencies for Kimi-K2

EGYADMIN
ef80b0e8mo ago

Apply patch BEFORE transformers import to fix is_torch_fx_available error

EGYADMIN
b76db2a8mo ago

Fix import error by patching is_torch_fx_available function

EGYADMIN
23458898mo ago

Add tiktoken dependency for model tokenizer

EGYADMIN
9d2d2178mo ago

Add application file to load Kimi-K2-Thinking model

EGYADMIN
0d3e6aa8mo ago

Add requirements for model loading

EGYADMIN
0b8536a8mo ago

Add Dockerfile for development environment

EGYADMIN
42a2f6a8mo ago

initial commit

EGYADMIN