add ability to softclamp the initial input going into residual fsq #228
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build with Rye | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install Python | |
uses: actions/setup-python@v4 | |
- name: Install the latest version of rye | |
uses: eifinger/setup-rye@v2 | |
- name: Build with Rye | |
run: rye build |