Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cfregly committed Jan 21, 2019
1 parent ff61488 commit 1673e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/community/README.md
Expand Up @@ -58,7 +58,7 @@ You will need to fill in the unique values for the following:
* `<UNIQUE_MODEL_NAME>` - User-defined model/project name that uniquely identifies a model/project within your account. * `<UNIQUE_MODEL_NAME>` - User-defined model/project name that uniquely identifies a model/project within your account.
* `<UNIQUE_TAG_NAME>` - User-defined tag that uniquely identifies the model tag/version within a model/project * `<UNIQUE_TAG_NAME>` - User-defined tag that uniquely identifies the model tag/version within a model/project
``` ```
pipeline resource-upload --api-token <YOUR_API_TOKEN> --host community.cloud.pipeline.ai --user-id <YOUR_USER_ID> --resource-type model --resource-subtype tensorflow --name <UNIQUE_MODEL_NAME> --tag <UNIQUE_TAG_NAME> --path ./tensorflow/mnist-v1/model pipeline resource-upload --api-token <YOUR_API_TOKEN> --host https://community.cloud.pipeline.ai --user-id <YOUR_USER_ID> --resource-type model --resource-subtype tensorflow --name <UNIQUE_MODEL_NAME> --tag <UNIQUE_TAG_NAME> --path ./tensorflow/mnist-v1/model
``` ```


Actions performed: Actions performed:
Expand Down

0 comments on commit 1673e55

Please sign in to comment.