-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ see how this works. | |
|
||
## 👋 Get started | ||
|
||
What to do first? You can start by giving the the project a quick run. The | ||
What to do first? You can start by giving the project a quick run. The | ||
project is ready to be used and can run as-is without any further code | ||
changes! You can try it right away by installing ZenML, the needed | ||
ZenML integration and then calling the CLI included in the project. | ||
|
@@ -53,8 +53,8 @@ ZenML integration and then calling the CLI included in the project. | |
|
||
```bash | ||
# Clone this repo | ||
git clone [email protected]:zenml-io/zenml-huggingface-sagemaker.git | ||
cd zenml-huggingface-sagemaker | ||
git clone [email protected]:zenml-io/zenml-projects.git | ||
cd huggingface-sagemaker | ||
|
||
# Set up a Python virtual environment, if you haven't already | ||
python3 -m venv .venv | ||
|
@@ -70,7 +70,7 @@ make setup | |
<details> | ||
<summary><h3>Connect to a deployed ZenML and register secrets</h3></summary> | ||
|
||
After this, you should have ZenML and all of the requirements of the project installed locally. | ||
After this, you should have ZenML and all the requirements of the project installed locally. | ||
Next thing to do is to connect to a [deployed ZenML instance](https://docs.zenml.io/deploying-zenml/). You can | ||
create a free trial using [ZenML Cloud](https://cloud.zenml.io) to get setup quickly. | ||
|
||
|