textbook-to-rl
No description available.
File Explorer
- .gitkeep
- filter.py
- process_pdfs.py
- textbook_interface.py
- __init__.py
- generator.py
- llm.py
- models.py
- parsers.py
- prompt_templates.py
- __init__.py
- models.py
- textbook_manager.py
- __init__.py
- __main__.py
- cli.py
- example_usage.py
- filter_question.py
- generate_question_for_whole_textbook.py
- pdf_to_text.py
- __init__.py
- eval_response.py
- get_dataset_question.py
- inference.py
- unique_gpqa_questions.json
- __init__.py
- test_cli.py
- test_models.py
- .gitkeep
- .gitkeep
- .gitignore
- .pre-commit-config.yaml
- .python-version
- LICENSE
- main.py
- pyproject.toml
- README.md
- uv.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
uv run
View Details ▼
uv run
Run a command or script in the project environment.
uv run {{path/to/script.py}}
Run a Python script:
uv run {{[-m|--module]}} {{module_name}}
Run a Python module:
uv run {{[-w|--with]}} {{package}} {{command}}
Run a command with additional packages installed temporarily:
uv sync
View Details ▼
uv sync
Update the project's environment to match the lockfile.
uv sync
Sync the project environment with the lockfile:
uv sync --all-extras
Sync and include all optional dependencies:
uv sync --extra {{extra_name}}
Sync with specific optional dependencies:
// repository documentation
Was this content helpful?
(0 ratings)
