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

README Fixing #3481

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions inference/worker/README.md
Expand Up @@ -2,8 +2,8 @@

## Running the worker

To run the worker, you need to have docker installed, including the docker
nvidia runtime if you want to use a GPU. We made a convenience-script you can
To run the worker, you need to have Docker installed, including the Docker
NVIDIA runtime if you want to use a GPU. We made a convenience-script you can
download and run to start the worker:

```bash
Expand Down
2 changes: 1 addition & 1 deletion website/cypress/README.md
@@ -1,6 +1,6 @@
# Component and e2e testing with Cypress

[Cypress](https://www.cypress.io/) is used for both component- and end-to-end testing. Below there's a few examples for
[Cypress](https://www.cypress.io/) is used for both component and end-to-end testing. Below there's a few examples for
the context of this site. To learn more, the
[Cypress documentation](https://docs.cypress.io/guides/getting-started/opening-the-app) has it all.

Expand Down