Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Releases: friendliai/periflow-cli

Release 0.1.23

03 Aug 04:41
075de8a

Choose a tag to compare

What's Changed

  • Add a global callback to alert package deprecation by @kooyunmo in #175

Full Changelog: 0.1.22...0.1.23

Release 0.1.22

10 Jul 01:33
dc79c5a

Choose a tag to compare

Bug fixes

Release 0.1.21

30 Jun 08:49
8d30eee

Choose a tag to compare

What's Changed

  • Add autoscaling config

Full Changelog: 0.1.20...0.1.21

Release 0.1.20

02 Jun 09:56
40110b0

Choose a tag to compare

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

27 Apr 05:24
b3e3078

Choose a tag to compare

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 list and pf checkpoint view.

Full Changelog: 0.1.18...0.1.19

Release 0.1.18

12 Apr 13:16
4749ae7

Choose a tag to compare

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

10 Apr 03:58
0432204

Choose a tag to compare

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

14 Mar 08:05
0ba0113

Choose a tag to compare

What's Changed

  • Rotary-dim in ckpt view.
  • Update pf deployment update command.

Full Changelog: 0.1.15...0.1.16

Release 0.1.15

23 Feb 10:07
caaa095

Choose a tag to compare

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 restore to 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

13 Jan 09:03
a203fd3

Choose a tag to compare

What's Changed

  • pf version command 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