Skip to content

Commit

Permalink
s/&/and/g (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszsrebrny authored Nov 9, 2023
1 parent 7ec7e1c commit 9a34b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ We have tested Ray on Golem on Ubuntu and on WSL, but it should work on other Li
We use this version to show the direction and get feedback.

There is one Ray on Golem image. It contains `ray 2.7.1` and `python 3.10.13`.
It should work with any combination of local ray & python versions. Please let us know if you have any troubles because of that (on [`#Ray on Golem` discord channel](https://chat.golem.network/))
It should work with any combination of local ray and python versions. Please let us know if you have any troubles because of that (on [`#Ray on Golem` discord channel](https://chat.golem.network/))

The images include only basic libraries, if you need any dependencies,
you can use `pip` via [cluster yaml `initialization_commands`](https://golem-docs-git-mateusz-ray-on-golem-pre-alpha-golem.vercel.app/docs/creators/ray/cluster-yaml-reference#initializationcommands)
Expand All @@ -60,7 +60,7 @@ It limits the explanation to the bare minimum - if you are looking for more deta
The first step is installing Ray on Golem. It will install Ray as a dependency.

```bash
# install ray-on-golem & ray (recommended within a clean virtual environment)
# install ray-on-golem and ray (recommended within a clean virtual environment)
pip3 install -U ray-on-golem
```

Expand Down

0 comments on commit 9a34b45

Please sign in to comment.