#!/usr/bin/env bash set -e # إنشاء مجلدات لتخزين النماذج والـ cache mkdir -p models /app/.cache/huggingface/hub chown -R appuser:appuser models /app/.cache/huggingface chmod -R 755 /app/.cache/huggingface # تحميل ملف Mistral .gguf إذا لم يكن موجودًا مسبقًا python - <