Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install bolna from repo #388

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 24, 2024

  1. feat: Replace torchaudio with pydub

    refactor: Removed unnecessary dependencies
    
    Removed Requirements
    - python-dateutil
    - tiktoken
    - torchaudio
    - scipy
    - tokenizers
    - huggingface-hub
    - sentence-transformers
    - optimum[onnxruntime]
    
    Major Changes in This Commit
    - torchaudio to pydub
    	- bolna/helpers/utils.py
    		- save_audio_file_to_s3
    		- resample
    		- pcm_to_wav_bytes
    		- wav_bytes_to_pcm
    	- bolna/synthesizer/basesynthesizer
    		- resample
    - sklearn to np
    	- bolna/memory/cache/vector_cache
    		- __get_top_cosine_similarity_doc
    h3110Fr13nd committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1a7bc46 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    73002ce View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. chore: Update docker compose to install bolna from local repo instead…

    … of remote repo
    
    - refactored code, dependencies
    - updated context folder in docker files
    - optmized dockerfiles
    
    The final bolna docker image is 1.14 GB.
    h3110Fr13nd authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    32ee474 View commit details
    Browse the repository at this point in the history