From 07b5e1253510f72f1968d641a83ebb1d6733724c Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Wed, 7 Feb 2024 22:16:07 +0000 Subject: [PATCH] fix links --- pyctrl/README.md | 2 +- rllm-cpp/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyctrl/README.md b/pyctrl/README.md index c4bd54c7..5cd71738 100644 --- a/pyctrl/README.md +++ b/pyctrl/README.md @@ -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 diff --git a/rllm-cpp/README.md b/rllm-cpp/README.md index 29d50073..4b63eb40 100644 --- a/rllm-cpp/README.md +++ b/rllm-cpp/README.md @@ -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: