File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33[ ![ Slack] ( https://img.shields.io/badge/Slack-1.5k%20members-blue.svg?style=flat&logo=slack&longCache=true )] ( https://polyaxon.com/slack/ )
44
55[ ![ Docs] ( https://img.shields.io/badge/docs-stable-brightgreen.svg?style=flat&longCache=true )] ( https://polyaxon.com/docs/ )
6- [ ![ Release] ( https://img.shields.io/badge/release-v2.8.0 -brightgreen.svg?longCache=true )] ( https://polyaxon.com/docs/releases/2-8/ )
6+ [ ![ Release] ( https://img.shields.io/badge/release-v2.8.1 -brightgreen.svg?longCache=true )] ( https://polyaxon.com/docs/releases/2-8/ )
77[ ![ GitHub] ( https://img.shields.io/badge/issue_tracker-github-blue?style=flat&logo=github&longCache=true )] ( https://github.com/polyaxon/polyaxon/issues )
88[ ![ GitHub] ( https://img.shields.io/badge/roadmap-github-blue?style=flat&logo=github&longCache=true )] ( https://github.com/orgs/polyaxon/projects/5 )
99
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class V1ArtifactsType(BaseTypeConfig):
4444 >>> some-file-names: {value: {files: ["file1", "/path/to/file2"]}}
4545 >>> custom-file-paths: {value: {files: [["file1", "to/this/path/file1"], "/path/to/file2"]}}
4646 >>> tensorboard-log-dir: {value: {dirs: ["/tensorboard-logs"]}, connection: "foo", toInit: True}
47- >>> dataset1: {value: {value: {dirs: ["/"]}, connection: "s3-dataset", init : True}
47+ >>> dataset1: {value: {value: {dirs: ["/"]}, connection: "s3-dataset", toInit : True}
4848 ```
4949
5050 The first param will be just a list of files definition that
Original file line number Diff line number Diff line change 11NAME = "polyaxon"
2- VERSION = "2.8.0 "
2+ VERSION = "2.8.1-rc0 "
33SCHEMA_VERSION = 1.1
44DESC = "Command Line Interface (CLI) and client to interact with Polyaxon API."
55URL = "https://github.com/polyaxon/polyaxon"
You can’t perform that action at this time.
0 commit comments