• 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
speaches
chore: Dockerfile envs, log ws close, etc.
2024-05-20
tests
init
2024-05-20
.dockerignore
init
2024-05-20
.envrc
init
2024-05-20
.gitignore
init
2024-05-20
.pre-commit-config.yaml
init
2024-05-20
Dockerfile.cpu
chore: Dockerfile envs, log ws close, etc.
2024-05-20
Dockerfile.cuda
chore: Dockerfile envs, log ws close, etc.
2024-05-20
LICENSE
init
2024-05-20
README.md
docs: add WIP warning
2024-05-20
Taskfile.yaml
chore: Dockerfile envs, log ws close, etc.
2024-05-20
compose.yaml
init
2024-05-20
flake.lock
init
2024-05-20
flake.nix
init
2024-05-20
poetry.lock
init
2024-05-20
pyproject.toml
init
2024-05-20
Fedir Zadniprovskyi 2024-05-20 8ad3023 init UNIX
Raw Open in browser Change history
services: speaches-cuda: image: fedirz/speaches:cuda build: dockerfile: Dockerfile.cuda context: . tags: - fedirz/speaches:cuda volumes: - ~/.cache/huggingface:/root/.cache/huggingface restart: unless-stopped ports: - 8000:8000 environment: - INFERENCE_DEVICE=cuda deploy: resources: reservations: devices: - capabilities: ["gpu"] speaches-cpu: image: fedirz/speaches:cpu build: dockerfile: Dockerfile.cpu context: . tags: - fedirz/speaches:cpu volumes: - ~/.cache/huggingface:/root/.cache/huggingface restart: unless-stopped ports: - 8000:8000 environment: - INFERENCE_DEVICE=cpu

          
        
    
    
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