This repository was archived by the owner on Aug 3, 2023. It is now read-only.
Releases: friendliai/periflow-cli
Releases · friendliai/periflow-cli
Release 0.1.23
What's Changed
Full Changelog: 0.1.22...0.1.23
Release 0.1.22
Bug fixes
Release 0.1.21
Release 0.1.20
What's Changed
- List deployment with pagination by @kooyunmo in #167
- Show checkpoint status: "Active", "Soft-Deleted", "Hard-Deleted" by @kooyunmo in #168
Full Changelog: 0.1.19...0.1.20
Release 0.1.19
What's Changed
- Add help description for
pf checkpoint restore. - Minor fix on billing summary command default value.
- Update predefined, custom job config schema.
- Renew deploy status. Please see #165.
- Deployment's checkpoint id and end time are shown in the result of
pf checkpoint listandpf checkpoint view.
Full Changelog: 0.1.18...0.1.19
Release 0.1.18
What's Changed
- Checkpoint view for gpt-neox-hf types
- Deployment list command with org option
- Enable deployment description argument
- Add a command to download deployment request-response logs
Full Changelog: 0.1.16...0.1.18
Release 0.1.17
We announce a new release of periflow-cli 0.1.17.
From the version 0.1.17, creating a deployment in GCP(Google Cloud Platform) is supported. You can try it with pf deployment create command by giving --cloud gcp --region us-central1 option.
Release 0.1.16
What's Changed
- Rotary-dim in ckpt view.
- Update
pf deployment updatecommand.
Full Changelog: 0.1.15...0.1.16
Release 0.1.15
What's Changed
- Fix terms: train to job, serve to deployment
- Add deployment scale command
- Enable T4 GPU instance
- Replace deployment scale subcommand to update
- Add Deployment security level option
- Support deployment monthly usage
- include-terminated option in Deployment list
- Deployment event command
- Usage API bugfix
pf checkpoint restoreto restore soft-deleted checkpoint- Precise job config validation
- Additional validations in deployment metrics and update commands
- Support using huggingface dataset without creating dataset
- Show progress spinner icon for long running steps when watching job logs
- Fix billing summary results
- Auto-fill docker command setup script if not provided
- Fix jsonschema to validate the job config by
- Add inference request logging option in deployment create command.
Full Changelog: 0.1.14...0.1.15
Release 0.1.14
What's Changed
pf versioncommand to check the installed package version- Run Periflow CLI unit tests in Github actions
- Update checkpoint to support blenderbot
Full Changelog: 0.1.13...0.1.14