Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PABannier committed Apr 10, 2024
1 parent edf1b91 commit 3c2ce14
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 119,566 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- encodec-submodule-fix-ci
paths:
[
".github/workflows/**",
Expand Down Expand Up @@ -56,7 +55,6 @@ jobs:
- name: Build
id: cmake_build
run: |
cd bark
mkdir build
cd build
cmake ..
Expand All @@ -82,7 +80,6 @@ jobs:
id: cmake_build
run: |
sysctl -a
cd bark
mkdir build
cd build
cmake ..
Expand Down
17 changes: 1 addition & 16 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*.wav
*.bin
.build/
build/
.cache/
*.dSYM/
.direnv/
Expand All @@ -19,18 +18,4 @@ build/
.vscode/

bark_weights/

build-info.h

!ggml_weights/ggml_vocab.bin
!ggml_weights/vocab.txt

tests/test-gpt-eval
tests/test-fine-gpt-eval

tests/test-forward-coarse
tests/test-forward-semantic
tests/test-forward-fine
tests/test-forward-encodec

tests/test-tokenizer
build/
Binary file removed ggml_weights/ggml_vocab.bin
Binary file not shown.
Loading

0 comments on commit 3c2ce14

Please sign in to comment.