CoolFace
Apppublic

ProjetEngineering/coach-equestre-ai

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
42 commits on main
d585da88mo ago

fix: Increase max_new_tokens to 512 for complete responses

NassimAI7
c7fea888mo ago

fix: Restore max_new_tokens to 350 to prevent truncated responses

NassimAI7
af5d8b78mo ago

build: Force Docker rebuild to apply CUDA OOM fixes

NassimAI7
f6833108mo ago

fix: Resolve CUDA OOM and Gemini model name

NassimAI7
84f99b18mo ago

feat: Replace keyword classifier with Gemini Flash LLM Router

NassimAI7
9b8892c8mo ago

feat: Add source tracking to RAG responses

NassimAI7, Claude Sonnet 4.5
abd25b88mo ago

feat: Add intelligent RAG classifier to detect regulation questions

NassimAI7, Claude Sonnet 4.5
fe94c168mo ago

fix: Enable PyTorch expandable_segments to prevent GPU OOM

NassimAI7, Claude Sonnet 4.5
1d70cc48mo ago

fix: Upgrade qdrant-client to 1.12.1 for Qdrant Cloud compatibility

NassimAI7, Claude Sonnet 4.5
c2bd22a8mo ago

feat: Integrate Qdrant RAG for FEI documentation (v3.0.0)

NassimAI7, Claude Sonnet 4.5
317134a8mo ago

Fix: Improve prompt to reduce repetition and prevent truncation

NassimAI7, Claude Sonnet 4.5
87d11c68mo ago

Sync system prompt with proper formatting rules

NassimAI7, Claude Sonnet 4.5
f605cd28mo ago

Revert to float16 without quantization (stable approach)

NassimAI7, Claude Sonnet 4.5
2180af78mo ago

Add bitsandbytes dependency for 8-bit quantization

NassimAI7, Claude Sonnet 4.5
c1359408mo ago

Fix: Use BitsAndBytesConfig for proper 8-bit quantization

NassimAI7, Claude Sonnet 4.5
e3ec1de8mo ago

Optimize GPU memory: Use 8-bit quantization instead of float16

NassimAI7, Claude Sonnet 4.5
c18d8188mo ago

Fix: Add offload_folder=/tmp to prevent offloading error

NassimAI7
a97a3858mo ago

Fix: Remove RAG references from Dockerfile

NassimAI7
c9ad8b38mo ago

Remove RAG system: Clean up all RAG-related files and dependencies

NassimAI7
078715f8mo ago

Chore: Force rebuild for L4 GPU deployment

AutomationAuditsEnergies
bcd5ecb8mo ago

Fix: Force OMP_NUM_THREADS='' to override Kubernetes millicores value

AutomationAuditsEnergies
a70cf8b8mo ago

Fix: Set OMP_NUM_THREADS=1 to prevent OpenMP errors during indexation

AutomationAuditsEnergies
3ccde628mo ago

Fix: Copy RAG modules to Docker image + pin numpy<2.0 for ChromaDB compatibility

AutomationAuditsEnergies
ad42a798mo ago

Add: RAG diagnostic endpoint for debugging imports

AutomationAuditsEnergies
b763fc18mo ago

Debug: Show full RAG import error in logs

AutomationAuditsEnergies
983aa0c8mo ago

Add: RAG testing endpoints

AutomationAuditsEnergies
bb776998mo ago

Fix: Use legacy-resolver to handle transformers 5.x vs sentence-transformers conflict

AutomationAuditsEnergies
5e191cd8mo ago

Fix: Upgrade sentence-transformers to 3.3.1 (compatible with transformers 5.x)

AutomationAuditsEnergies
f3a2b9a8mo ago

Track PDFs with Git LFS

AutomationAuditsEnergies
1ad484c8mo ago

Add: RAG System (Phase 1) - Règlements FEI

AutomationAuditsEnergies
dc39c098mo ago

ok indentation

NassimAI7
3fc6a7d8mo ago

Fix GPU device_map for T4

NassimAI7
62290428mo ago

Fix: Remove bitsandbytes (incompatible with CPU)

AutomationAuditsEnergies
73ba3298mo ago

Fix: Support CPU mode with 8-bit quantization for free tier

AutomationAuditsEnergies
9f8397c8mo ago

Fix: Support CPU mode with 8-bit quantization

AutomationAuditsEnergies, Claude Sonnet 4.5
09b60518mo ago

Fix: Use AutoPeftModelForCausalLM for LoRA loading

AutomationAuditsEnergies, Claude Sonnet 4.5
81878b58mo ago

Use Transformers 5.0.0rc0 + PEFT 0.18.0 for LoRA compatibility

AutomationAuditsEnergies
0dda0fe8mo ago

Fix dependencies: Transformers 4.57.6 + PEFT 0.17.1 + Python 3.11

AutomationAuditsEnergies
afadeaf8mo ago

Load LoRA model from Hugging Face Hub

AutomationAuditsEnergies
6325a298mo ago

Upload 19 files

newpi77
205d8048mo ago

Upload adapter_model.safetensors

newpi77
80048eb8mo ago

initial commit

newpi77