Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: self-hosted
env:
UV_FIND_LINKS: ${{ github.workspace }}/build/vollo-sdk/python/
steps:
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
run: uv run pre-commit run --all-files

- name: Run tests
run: uv run pytest
run: uv run pytest -x
2 changes: 1 addition & 1 deletion .github/workflows/update_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update-benchmarks:
runs-on: ubuntu-latest
runs-on: self-hosted
env:
UV_FIND_LINKS: ${{ github.workspace }}/build/vollo-sdk/python/
steps:
Expand Down
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,20 +363,3 @@ this repo:
```

This is used to generate the [benchmark README](./benchmarks/README.md).

## TODO

Before release:

- Do we want the default config to be v80, LL or something else?
- Integrate testing with myrtlepkgs

- Other models:
- Ensembles of models
- CNN + LSTM
- Vector quantizer
- RetNet: <https://arxiv.org/abs/2307.08621>
- xLSTM/mLSTM
- RWKV 6/7
- TTT: <https://arxiv.org/pdf/2407.04620>
- RNN-T demo?
Loading