WorldDisasterLM-8B / conftest.py
drdeveloper88's picture
Upload WorldDisasterLM-8B source code: FastAPI backend, training pipeline, 11-language support
495526b
Raw
History Blame Contribute Delete
165 Bytes
import sys
from pathlib import Path
# Ensure the project root is on the path when running pytest from any directory.
sys.path.insert(0, str(Path(__file__).parent))