Skip to content

Commit

Permalink
Merge pull request #24 from osrm/main
Browse files Browse the repository at this point in the history
chore: fix typo and link
  • Loading branch information
stelios-ritual authored Oct 3, 2024
2 parents fe59bdc + fcdc9fb commit 815fb81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/hello-world/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For a detailed tutorial on how to write a consumer contract, refer to the [tutor

> [!IMPORTANT]
> Ensure that you are running the following scripts with the Infernet Anvil Testnet network.
> The [tutorial](../hello-world) at the root of this repository explains how to
> The [tutorial](../hello-world.md) at the root of this repository explains how to
> bring up an infernet node.
### Installing the libraries
Expand Down
2 changes: 1 addition & 1 deletion projects/onnx-iris/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This readme explains how to compile and deploy the contract to the Infernet Anvi

> [!IMPORTANT]
> Ensure that you are running the following scripts with the Infernet Anvil Testnet network.
> The [tutorial](../../hello-world/README.mdADME.md) at the root of this repository explains how to
> The [tutorial](../../hello-world/hello-world.md) at the root of this repository explains how to
> bring up an infernet node.
### Installing the libraries
Expand Down
2 changes: 1 addition & 1 deletion projects/tgi-llm/tgi-llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ cd infernet-container-starter

### Configure the UI Service
You'll need to configure the UI service to point to the `tgi` service. To do this, you'll have to
pass that info as environemnt variables. There exists a [`gradio_ui.env.sample`](./ui/gradio_ui.env.sample)
pass that info as environment variables. There exists a [`gradio_ui.env.sample`](./ui/gradio_ui.env.sample)
file in the [`projects/tgi-llm/ui`](./ui)
directory. Simply copy this file to `gradio_ui.env` and set the `TGI_SERVICE_URL` to the address of the `tgi` service.

Expand Down
2 changes: 1 addition & 1 deletion projects/torch-iris/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This readme explains how to compile and deploy the contract to the Infernet Anvi

> [!IMPORTANT]
> Ensure that you are running the following scripts with the Infernet Anvil Testnet network.
> The [tutorial](../../hello-world/README.mdADME.md) at the root of this repository explains how to
> The [tutorial](../../hello-world/hello-world.md) at the root of this repository explains how to
> bring up an infernet node.
### Installing the libraries
Expand Down

0 comments on commit 815fb81

Please sign in to comment.