togethercomputer / openapi

An OpenAPI API specifications file describes an API in its entirety and are typically written in YAML or JSON. including: Endpoints: which are available (/users) and operations on each (GET /users, POST /users) Authentication methods. Operation parameters for each operation (Input and output)
MIT License
6 stars 12 forks source link

ENG-10736: Add checkpoint field to OpenAPI definition for fine-tuning #53

Closed punkerpunker closed 3 weeks ago

punkerpunker commented 3 weeks ago

Outdated docs update

Nutlope commented 3 weeks ago

Thanks @punkerpunker!