• 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_speaches.githubworkflowspublish-docs.yaml
Download as .zip file
File name
Commit message
Commit date
.github/workflows
docs: add demo video
01-13
configuration
feat: add instrumentation
2024-12-17
docs
docs/configuration: add link to hf env variables
01-14
examples
rename to `speaches`
01-12
scripts
chore: misc changes
2024-10-03
src/speaches
fix: tests
01-13
tests
fix: tests
01-13
.dockerignore
fix: .dockerignore
01-12
.envrc
init
2024-05-20
.gitignore
chore: update .gitignore
2024-07-03
.pre-commit-config.yaml
chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0
01-12
Dockerfile
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.18
01-12
LICENSE
init
2024-05-20
README.md
Update README.md
01-13
Taskfile.yaml
chore(deps): add portaudio to flake.nix
01-13
audio.wav
chore: update volume names and mount points
01-10
compose.cpu.yaml
rename to `speaches`
01-12
compose.cuda-cdi.yaml
rename to `speaches`
01-12
compose.cuda.yaml
rename to `speaches`
01-12
compose.observability.yaml
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.117.0
01-12
compose.yaml
rename to `speaches`
01-12
flake.lock
deps: update flake
2024-11-01
flake.nix
chore(deps): add portaudio to flake.nix
01-13
mkdocs.yml
docs/fix: home page 404
01-13
pyproject.toml
deps: fix onnruntime-gpu constraint
01-13
renovate.json
feat: renovate handle pre-commit
2024-11-01
uv.lock
deps: fix onnruntime-gpu constraint
01-13
File name
Commit message
Commit date
docker-build-and-push.yaml
docs: add demo video
01-13
lint.yaml
fix: tests
01-13
publish-docs.yaml
fix: tests
01-13
test.yaml
fix: tests
01-13
Fedir Zadniprovskyi 01-13 e712d14 fix: tests UNIX
Raw Open in browser Change history
# https://www.mkdocs.org/user-guide/deploying-your-docs/ # https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions name: publish-docs on: workflow_dispatch: push: branches: - master permissions: contents: write jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Configure Git Credentials run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v5 with: version: "latest" enable-cache: true - run: uv python install 3.12 - run: uv sync --extra dev - run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV" - uses: actions/cache@v4 with: key: mkdocs-material-${{ env.cache_id }} path: .cache restore-keys: | mkdocs-material- - run: uv run mkdocs gh-deploy --force

          
        
    
    
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