• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
yjyoon / whisper_server_speaches star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
whisper_server_speachescompose.yaml
Download as .zip file
File name
Commit message
Commit date
.github/workflows
chore: misc
2024-05-27
faster_whisper_server
chore: misc
2024-05-27
pre-commit-scripts
feat: add more pre-commit hooks
2024-05-27
tests
chore: rename to 'faster-whisper-server'
2024-05-27
.dockerignore
chore: ignore .env
2024-05-27
.envrc
init
2024-05-20
.gitignore
chore: ignore .env
2024-05-27
.pre-commit-config.yaml
feat: add more pre-commit hooks
2024-05-27
Dockerfile.cpu
chore: misc
2024-05-27
Dockerfile.cuda
fix: dockerfiles
2024-05-27
LICENSE
init
2024-05-20
README.md
chore: update docker tags
2024-05-27
Taskfile.yaml
fix: dockerfiles
2024-05-27
audio.wav
docs: update README.md
2024-05-27
compose.yaml
chore: update docker tags
2024-05-27
flake.lock
init
2024-05-20
flake.nix
chore: ignore .env
2024-05-27
poetry.lock
deps: add openai as dev
2024-05-27
pyproject.toml
deps: add openai as dev
2024-05-27
Fedir Zadniprovskyi 2024-05-27 fcea6d1 chore: update docker tags UNIX
Raw Open in browser Change history
# NOTE: arm images haven't been tested services: faster-whisper-server-cuda: image: fedirz/faster-whisper-server:cuda-0.1 build: dockerfile: Dockerfile.cuda context: . platforms: - linux/amd64 - linux/arm64 volumes: - ~/.cache/huggingface:/root/.cache/huggingface restart: unless-stopped ports: - 8000:8000 deploy: resources: reservations: devices: - capabilities: ["gpu"] faster-whisper-server-cpu: image: fedirz/faster-whisper-server:cpu-0.1 build: dockerfile: Dockerfile.cpu context: . platforms: - linux/amd64 - linux/arm64 volumes: - ~/.cache/huggingface:/root/.cache/huggingface restart: unless-stopped ports: - 8000:8000

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up