Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Feb 7, 2024
1 parent d390f1c commit 07b5e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyctrl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is quite similar to [jsctrl](../jsctrl/README.md) but with Python instead o
## Usage

You can build, upload, and tag the PyCtrl Wasm module using the `aici.sh` script
(this assumes a [running server](../README.md#running-local-server)):
(this assumes a [running server](../README.md#build-and-start-rllm-server-and-aici-runtime)):

```bash
../aici.sh build . --tag pyctrl-latest
Expand Down
2 changes: 1 addition & 1 deletion rllm-cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ but built on top of [llama.cpp](https://github.com/ggerganov/llama.cpp).
## Building

If you're not using the supplied docker container follow the
[build setup instructions](../README.md#build-setup-on-linux-including-wsl2).
[build setup instructions](../README.md#development-environment-setup).

To compile and run first aicirt and then the rllm server, run:

Expand Down

0 comments on commit 07b5e12

Please sign in to comment.