Eve-146T
Eve-146T
Streaming does work with docker compose, but not with pipy install. Solution: Ignore the problem and add a warning to the readme. Full error: ``` 2024-09-29 09:59:19.193 | INFO |...
Method of Install: Docker Compose OS: Debian 12 Nvidia Driver Version: 560.35.03 CUDA Version: 12.6 Streaming works in Chromium, but not in Firefox (it goes silent) Solution: Ignore the problem...
the content of artifacts is not shown when downloading. Tested with the markdown script.
version: 0.7.0 config: ```python docker run \ --restart=always \ --detach \ --publish 8026:8000 \ --name speaches \ --env WHISPER__MODEL="Systran/faster-whisper-large-v2" \ --env WHISPER__USE_BATCHED_MODE="true" \ --volume ~/.cache/huggingface:/root/.cache/huggingface \ --gpus=all \ ghcr.io/speaches-ai/speaches:latest-cuda ```...