From f47116a600c47052dc16ac5dc1ef88358fe01fc2 Mon Sep 17 00:00:00 2001 From: Kahlia Hogg <47726907+athletedecoded@users.noreply.github.com> Date: Tue, 14 Nov 2023 21:59:44 +0000 Subject: [PATCH] fix SUMMARY reqs --- .github/pull_request_template.md | 3 ++- README.md | 2 +- docs/PR_REQS.md | 3 ++- src/SUMMARY.md | 4 +++- src/home.md | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 72581fe..6e71083 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,4 +16,5 @@ - [ ] `make cookbook` passes - [ ] I have previewed all changes and links using `make serve` - [ ] I have included assets under `assets/source//` (optional) -- [ ] My recipe name is unique and added to `build-platform/index.md` (optional) \ No newline at end of file +- [ ] My recipe name is unique and added to `build-platform/index.md` (optional) +- [ ] My recipe name and link is added to `build-platform/index.md` (optional) \ No newline at end of file diff --git a/README.md b/README.md index fd640d0..da022fd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Democratize access to state of the art AI models.
-## 🛣️Roadmap +## 🛣️ Roadmap Our goal is to document each stage of a fully transparent LLM development cycle diff --git a/docs/PR_REQS.md b/docs/PR_REQS.md index a843636..af57d89 100644 --- a/docs/PR_REQS.md +++ b/docs/PR_REQS.md @@ -44,7 +44,8 @@ NB: Your recipe name must be unique 1. Copy the [recipe template](../templates/recipe.md) into the relevant build platform directory (i.e. aws, azure, local) 2. Rename as your kebab-case `recipe-name.md`. -3. Add your recipe and link to the relevant `build-platform/index.md` file +3. Add your recipe and link to the relevant `build-platform/index.md` file +4. Add your recipe and link to `SUMMARY.md` To include assets create a new folder `assets/source//` diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 9bc66dd..cef8d28 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -10,4 +10,6 @@ - [CodePipeline + Jenkins Build](aws/jenkins-pipeline.md) - [Azure Builds](azure/index.md) - - [Hello, Candle on Azure!](azure/hello-azure.md) \ No newline at end of file + - [Hello, Candle on Azure!](azure/hello-azure.md) + - [Azure spot runner setup](azure/azure-spot-runner/azure-spot-runner.md) + - [Azure VM + Github Action](azure/azure-spot-runner/candle-VM.md) \ No newline at end of file diff --git a/src/home.md b/src/home.md index f24459c..9ca00c8 100644 --- a/src/home.md +++ b/src/home.md @@ -66,7 +66,7 @@ whereis cudnn.h AWS/Azure builds may incur charges. It is your responsibility to understand the associated resource costs. Please review the useage rates accordingly, as we are not liable for any charges incurred from the utilization of these platforms/services. -## 🛣️Roadmap +## 🛣️ Roadmap Our goal is to document each stage of a fully transparent LLM development cycle