Skip to content

Commit

Permalink
Reduced thumbnail size (#2689)
Browse files Browse the repository at this point in the history
* Reduced thumbnail size

* Included k8s gif

* Updated gif

(cherry picked from commit 2cbb695)
  • Loading branch information
AlexejPenner authored and htahir1 committed May 10, 2024
1 parent 8015be4 commit c7ae94e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ from zenml.config import ResourceSettings, DockerSettings

@step(
settings={
"resources": ResourceSettings(memory="16Gb", gpu="1", cpu="8"),
"resources": ResourceSettings(memory="16GB", gpu_count="1", cpu_count="8"),
"docker": DockerSettings(parent_image="pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime")
}
)
Expand All @@ -147,6 +147,9 @@ zenml stack set k8s # Set a stack with kubernetes orchestrator
python run.py
```

![Workloads with ZenML](/docs/book/.gitbook/assets/readme_compute.gif)


### Track models, pipeline, and artifacts

Create a complete lineage of who, where, and what data and models are produced.
Expand Down
Binary file added docs/book/.gitbook/assets/readme_compute.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/book/.gitbook/assets/readme_youtube_thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c7ae94e

Please sign in to comment.