Skip to content
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

Keep readme markdown and notebook in sync. #312

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/intro-jobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ You can view active and historical job runs at (`Home > Jobs`). Click into the j

You should see the job state and its output on the overview page.

<img src="https://raw.githubusercontent.com/anyscale/templates/main/templates/intro-jobs/assets/anyscale-job.png" height=400px>
<img src="assets/anyscale-job.png" height=400px>

## Submitting a Job programmatically

Expand Down
4 changes: 2 additions & 2 deletions templates/text-embeddings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This template shows you how to:
2. Chunk the raw input text using Ray Data and LangChain.
3. Compute embeddings using a pre-trained HuggingFace model, and write the results to cloud storage.

<img src="https://raw.githubusercontent.com/anyscale/templates/main/templates/text-embeddings/assets/diagram.jpg"/>
![Overview of Text Embeddings Pipeline](assets/diagram.jpg)

For a Python script version of the `.ipynb` notebook used for the workspace template, refer to `main.py`.

Expand Down Expand Up @@ -236,7 +236,7 @@ You can also specify which accelerator type (for example, if your model requires

If you do not need to select a particular instance type, you can omit this parameter and select "Auto-select worker nodes" under the compute configuration to have Ray select the best worker nodes from the available types:

<img src="https://raw.githubusercontent.com/anyscale/templates/main/templates/text-embeddings/assets/ray-data-gpu.png" width="400"/>
<img src="assets/ray-data-gpu.png" width="400"/>


```python
Expand Down
Loading