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

sync: use encodec's latest version as a submodule #124

Merged
merged 69 commits into from
Feb 13, 2024
Merged

Commits on Oct 26, 2023

  1. rm encodec

    PABannier committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2302881 View commit details
    Browse the repository at this point in the history
  2. add git submodules

    PABannier committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    450a606 View commit details
    Browse the repository at this point in the history
  3. removed bark util

    PABannier committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4ece5fa View commit details
    Browse the repository at this point in the history
  4. updated CMakeLists

    PABannier committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9c9f7e8 View commit details
    Browse the repository at this point in the history
  5. rm build scripts

    PABannier committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e2b350a View commit details
    Browse the repository at this point in the history
  6. mv dr_wav in examples

    PABannier committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d491cc7 View commit details
    Browse the repository at this point in the history
  7. common cpp

    PABannier committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    38c2e49 View commit details
    Browse the repository at this point in the history
  8. moved def constants

    PABannier committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6b32b3b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    ab9b528 View commit details
    Browse the repository at this point in the history
  2. pulled ggml upstream

    PABannier committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6a9b50a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efbdd56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    753d5cf View commit details
    Browse the repository at this point in the history
  5. compiling

    PABannier committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e4e712f View commit details
    Browse the repository at this point in the history
  6. fix issue definition

    PABannier committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d8fc378 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. clean

    PABannier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b258c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6642e75 View commit details
    Browse the repository at this point in the history
  3. kinda works

    PABannier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    33d186e View commit details
    Browse the repository at this point in the history
  4. bias is stored in hparams

    PABannier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    83a21ec View commit details
    Browse the repository at this point in the history
  5. working text encoder

    PABannier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6cad888 View commit details
    Browse the repository at this point in the history
  6. cln tests

    PABannier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    242e7c5 View commit details
    Browse the repository at this point in the history
  7. coarse working?

    PABannier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c1d0edd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. override bias

    PABannier committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    94cd5e2 View commit details
    Browse the repository at this point in the history
  2. working fine encoder

    PABannier committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    acf9dfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1def75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfaa59c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05ef89d View commit details
    Browse the repository at this point in the history
  6. minor

    PABannier committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    6172381 View commit details
    Browse the repository at this point in the history
  7. update CIs

    PABannier committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    6d0db93 View commit details
    Browse the repository at this point in the history
  8. updated CIs

    PABannier committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    a978908 View commit details
    Browse the repository at this point in the history
  9. passing tokenizer test

    PABannier committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    8ae7dc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ad8cd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. fast text encoder

    PABannier committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7c2ae84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3971c2 View commit details
    Browse the repository at this point in the history
  3. bark.cpp -> bark

    PABannier committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5874a87 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. server abides by latest API

    PABannier committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5312577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7b7d75 View commit details
    Browse the repository at this point in the history
  3. pass -O3 release flag

    PABannier committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    2aaf7b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79ed551 View commit details
    Browse the repository at this point in the history
  5. restructured

    PABannier committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4f72d56 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. CMakeLists arranged

    PABannier committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f13498a View commit details
    Browse the repository at this point in the history
  2. update CIs

    PABannier committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f517570 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. add encodec.cpp in the loop

    PABannier committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b8bdd76 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. add verbosity level

    PABannier committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5319d26 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Fix CIs (#128)

    Co-authored-by: root <[email protected]>
    Co-authored-by: Alex Hayton <[email protected]>
    3 people committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    11c3f9a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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

Commits on Jan 3, 2024

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

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    3002698 View commit details
    Browse the repository at this point in the history
  2. updated examples

    PABannier committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    747345c View commit details
    Browse the repository at this point in the history
  3. populated time per token

    PABannier committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    a3e3e92 View commit details
    Browse the repository at this point in the history
  4. remove whitespace

    PABannier committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    19e1683 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    fa6975c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9e2109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4401975 View commit details
    Browse the repository at this point in the history
  4. updated README

    PABannier committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    38846ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59d5352 View commit details
    Browse the repository at this point in the history
  6. removed old tests

    PABannier committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    07e92de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec677fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    035ef16 View commit details
    Browse the repository at this point in the history
  9. updated docs

    PABannier committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6e4ac9a View commit details
    Browse the repository at this point in the history
  10. cosmit

    PABannier committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ac327a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. rm submodule

    PABannier committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    d347134 View commit details
    Browse the repository at this point in the history
  2. added encodec submodule

    PABannier committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    d7e9661 View commit details
    Browse the repository at this point in the history
  3. remove mem_per_token

    PABannier committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    1fbe29d View commit details
    Browse the repository at this point in the history
  4. more verbose errors

    PABannier committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    b3d9179 View commit details
    Browse the repository at this point in the history
  5. clean

    PABannier committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    94fea82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bec8547 View commit details
    Browse the repository at this point in the history
  7. add tests

    PABannier committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    df7c22a View commit details
    Browse the repository at this point in the history
  8. expose forward passes

    PABannier committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    6fbc184 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. enhanced README.md

    PABannier committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    87a102b View commit details
    Browse the repository at this point in the history