Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Removed duplicated FineTuneEvent #33

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 1 addition & 81 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1799,87 +1799,7 @@ components:
type: array
items:
$ref: '#/components/schemas/FineTuneEvent'
FineTuneEvent:
type: object
required:
- object
- created_at
- message
- type
- param_count
- token_count
- total_steps
- wandb_url
- step
- checkpoint_path
- model_path
- training_offset
- hash
properties:
object:
type: string
enum: [fine-tune-event]
created_at:
type: string
level:
type: string
enum:
- null
- info
- warning
- error
- legacy_info
- legacy_iwarning
- legacy_ierror
message:
type: string
type:
type: string
enum:
- job_pending
- job_start
- job_stopped
- model_downloading
- model_download_complete
- training_data_downloading
- training_data_download_complete
- validation_data_downloading
- validation_data_download_complete
- wandb_init
- training_start
- checkpoint_save
- billing_limit
- epoch_complete
- training_complete
- model_compressing
- model_compression_complete
- model_uploading
- model_upload_complete
- job_complete
- job_error
- cancel_requested
- job_restarted
- refund
- warning
param_count:
type: integer
token_count:
type: integer
total_steps:
type: integer
wandb_url:
type: string
step:
type: integer
checkpoint_path:
type: string
model_path:
type: string
training_offset:
type: integer
hash:
type: string


FinetuneDownloadResult:
type: object
properties:
Expand Down