CoolFace
Apppublic

zazaman/guardrails-final

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes
20 commits on main
31aee8211mo ago

Simplify translation prompt to reduce reasoning time

zazaman
bb5b92d11mo ago

Move re import to top of file

zazaman
08546b611mo ago

Filter out reasoning tokens and extract actual translation from Qwen output

zazaman
cee104f11mo ago

Fix timeout error message to match actual timeout

zazaman
b45369f11mo ago

Optimize translation: reduce max_tokens and context_size, add no-display-prompt flag

zazaman
bb181f011mo ago

Remove --stop argument (not supported in llama.cpp CLI)

zazaman
474c1d611mo ago

Build llama.cpp statically to avoid shared library dependencies

zazaman
fdc636c11mo ago

Build llama-cli target explicitly and improve binary detection

zazaman
f2c932211mo ago

Fix binary name detection for llama.cpp (handle different binary names)

zazaman
8ae95d211mo ago

Disable CURL in llama.cpp build (not needed for local inference)

zazaman
b880cfc11mo ago

Compile llama.cpp in Dockerfile for architecture compatibility

zazaman
d2cecb311mo ago

Add automatic architecture detection and binary selection for llama.cpp

zazaman
e7a0c9a11mo ago

Add binary architecture compatibility check and better error handling

zazaman
1ff012c11mo ago

Add comprehensive logging with flush for translation debugging

zazaman
1af1f1411mo ago

Fix translation: add OS detection, better error handling and logging

zazaman
c26a47111mo ago

Replace llama-cpp-python with pre-built llama.cpp binary for Qwen translator

zazaman
b2635ed11mo ago

Merge with HF Spaces and resolve README conflict

zazaman
de8318b11mo ago

initial commit

zazaman
a2e187911mo ago

Add multilingual translation support with Qwen3-0.6B-GGUF and optimize for Hugging Face Spaces deployment

zazaman
b5386e21y ago

Initial commit

zazaman