-
Notifications
You must be signed in to change notification settings - Fork 21
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
Minimal models for remote #77
Minimal models for remote #77
Conversation
docs/examples/intro/local.md
Outdated
@@ -115,32 +126,23 @@ We provide a conda yaml in out `local_folder` which tempo will use as the runtim | |||
|
|||
|
|||
```python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Wrong location for conda.yaml
- Also I changed to use file syntax for consistency and clarity
- wrong version of mlserver
%%writetemplate artifacts/classifier/conda.yaml
name: tempo
channels:
- defaults
dependencies:
- python=3.7
- pip:
- mlops-tempo @ file://{TEMPO_DIR}
- mlserver==0.3.1.dev7
Also not need to remove this file from github and add to .gitignore as its generated.
docs/examples/intro/k8s.md
Outdated
@@ -117,32 +118,23 @@ We provide a conda yaml in out `local_folder` which tempo will use as the runtim | |||
|
|||
|
|||
```python | |||
%%writefile artifacts/classifier/conda.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same changes needed here as in local.ipynb
@@ -0,0 +1,453 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs same changes as other notebooks,
Fixed notebooks:
Added:
|
Fixes #54