Skip to content

Commit

Permalink
0.0.2 Release (#3)
Browse files Browse the repository at this point in the history
This release adds:

* stability improvements
* generation quality improvements
* proper settings for `drama_llama`

Any combination of sampling modes can be used at once to whittle candidates down to a handful or a single token.
  • Loading branch information
mdegans authored May 26, 2024
1 parent 6b36ea2 commit 30e5317
Show file tree
Hide file tree
Showing 5 changed files with 782 additions and 115 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- name: Install Ninja
run: brew install ninja
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand All @@ -42,6 +44,8 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- name: Install Ninja
run: sudo apt-get install ninja-build
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand All @@ -58,6 +62,7 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
# Windows is expected to fail for the moment
windows-test:
runs-on: windows-latest
steps:
Expand All @@ -68,6 +73,8 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- name: Install Ninja
run: choco install ninja
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit 30e5317

Please sign in to comment.