Skip to content

Rename requirements.md to requirements.txt #4

Rename requirements.md to requirements.txt

Rename requirements.md to requirements.txt #4

Workflow file for this run

name: verify
on: [push, pull_request]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: { python-version: '3.12' }
- run: pip install -r requirements.txt
- run: python verification/validate_math_tree_softmax.py
- run: python verification/validate_math_vapo_discrete_learning.py
- run: python verification/validate_math_tree_softmax_torch.py