arcisvlm / conftest.py
Hardik Sanghvi
feat: integrate Gemma 4 E2B backbone for production-quality VLM inference
7a564e3
Raw
History Blame Contribute Delete
192 Bytes
"""Root conftest — configure pytest-asyncio mode and sys.path."""
import sys
from pathlib import Path
# Ensure the project root is importable
sys.path.insert(0, str(Path(__file__).parent))