aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add support for differing username between cluster and local machinejbordalo2026-02-111-0/+2
|
* docs: add rust nightly documentation linksdiogo4642025-10-301-2/+2
| | | | | | | | Add links to Rust nightly documentation for installation prerequisites to help users understand how to install and configure the nightly toolchain. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
* fixed some README examplesdiogo4642025-09-181-5/+9
|
* feat: added oar job id inferencediogo4642025-07-221-0/+6
|
* updated READMEdiogo4642025-07-131-0/+24
|
* updated READMEdiogo4642025-07-111-2/+95
|
* readme wipdiogo4642025-07-111-0/+55
|
* removed README.md, will re-add laterdiogo4642025-07-101-48/+0
|
* Convert positional arguments to required long flagsdiogo4642025-06-301-3/+3
| | | | | | | | | | | | | Replace positional arguments with explicit long flags for better usability: - job_id → --job-id - addresses → --num-addresses - latency_matrix → --latency-matrix Update README.md with new command syntax examples. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* Rename project to oar-p2p-netdiogo4642025-06-291-5/+5
| | | | | | | | Update project name throughout all files: pyproject.toml, README.md, Justfile, and rename main Python file from oar_p2p.py to oar_p2p_net.py to maintain consistency with the new project name. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* Convert from Rust to Python project with uv supportdiogo4642025-06-291-0/+48
Remove Rust-related files (Cargo.toml, Cargo.lock, src/, target/) and restructure as Python project using uv for dependency management. Update project structure to match nova-oar-mcp style with pyproject.toml, .python-version, and proper Python packaging conventions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>