Skip to content

Added ordinal regression to ByteNet antibody only model. #10

Added ordinal regression to ByteNet antibody only model.

Added ordinal regression to ByteNet antibody only model. #10

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.9"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip build numpy nanobind
pip install . --verbose
- name: Test
run: |
cd tests
python test_basic_tokenizers.py