• 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_speachesflake.nix
Download as .zip file
File name
Commit message
Commit date
speaches
feat: support loading multiple models
2024-05-27
tests
refactor: simplify tests
2024-05-23
.dockerignore
init
2024-05-20
.envrc
init
2024-05-20
.gitignore
init
2024-05-20
.pre-commit-config.yaml
style: add ruff
2024-05-21
Dockerfile.cpu
build: docker don't install dev deps
2024-05-25
Dockerfile.cuda
fix: Dockerfile.cuda whisper model env
2024-05-26
LICENSE
init
2024-05-20
README.md
docs: add examples, roadmap, etc.
2024-05-21
Taskfile.yaml
fix: circular import
2024-05-26
compose.yaml
fix: docker multi-arch builds
2024-05-23
flake.lock
init
2024-05-20
flake.nix
chore: add more tasks
2024-05-23
poetry.lock
deps: add youtube-dl as dev dependency
2024-05-25
pyproject.toml
build: docker don't install dev deps
2024-05-25
Fedir Zadniprovskyi 2024-05-23 aada575 chore: add more tasks UNIX
Raw Open in browser Change history
{ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/master"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = { nixpkgs, flake-utils, ... }: flake-utils.lib.eachDefaultSystem ( system: let pkgs = import nixpkgs { inherit system; config.allowUnfree = true; }; in { devShells = { default = pkgs.mkShell { nativeBuildInputs = with pkgs; [ (with python311Packages; huggingface-hub) ffmpeg-full go-task lsyncd parallel poetry pre-commit pv pyright python311 ruff websocat ]; shellHook = '' source $(poetry env info --path)/bin/activate export LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=${pkgs.zlib}/lib:$LD_LIBRARY_PATH ''; }; }; formatter = pkgs.nixfmt; } ); }

          
        
    
    
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