Activity
Fix downloading from google drive
Fix downloading from google drive
Bump onnx from 1.16.0 to 1.17.0 in /src
Bump onnx from 1.16.0 to 1.17.0 in /src
Update version and mount points
Update version and mount points
Add info about possible issue with Numba cache.
Add info about possible issue with Numba cache.
Read version from environment variable
Read version from environment variable
Fix downloading images by draw endpoint
Fix downloading images by draw endpoint
Read request headers from settings.
Read request headers from settings.
Move resize_image to image_provider.py
Move resize_image to image_provider.py
Add download_onnx function with retries on hash mismatch.
Add download_onnx function with retries on hash mismatch.
Move actual models configs to /models/models.json
Move actual models configs to /models/models.json
Delete obsolete model_store.py
Delete obsolete model_store.py
Add additional error handling
Add additional error handling
Bump onnx from 1.15.0 to 1.16.0 in /src
Bump onnx from 1.15.0 to 1.16.0 in /src
Add some docstrings and remove unnecessary args
Add some docstrings and remove unnecessary args
Add more checks when downloading model. Make code crash if download f…
Add more checks when downloading model. Make code crash if download f…
Exit app if processing module failed to load
Exit app if processing module failed to load
Add retry logic for retrieving images from remote URL.
Add retry logic for retrieving images from remote URL.
Replace httpx with aiohttp for fetching images by urls. A bit increas…
Replace httpx with aiohttp for fetching images by urls. A bit increas…
Replace httpx with aiohttp for fetching images by urls. A bit increas…
Replace httpx with aiohttp for fetching images by urls. A bit increas…