Skip to content

Commit

Permalink
fix SUMMARY reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
athletedecoded committed Nov 14, 2023
1 parent fde0595 commit f47116a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
- [ ] `make cookbook` passes
- [ ] I have previewed all changes and links using `make serve`
- [ ] I have included assets under `assets/source/<recipe-name>/` (optional)
- [ ] My recipe name is unique and added to `build-platform/index.md` (optional)
- [ ] 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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Democratize access to state of the art AI models.

<hr>

## 🛣️Roadmap
## 🛣️ Roadmap

Our goal is to document each stage of a fully transparent LLM development cycle

Expand Down
3 changes: 2 additions & 1 deletion docs/PR_REQS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<recipe-name>/`

Expand Down
4 changes: 3 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
- [CodePipeline + Jenkins Build](aws/jenkins-pipeline.md)

- [Azure Builds](azure/index.md)
- [Hello, Candle on Azure!](azure/hello-azure.md)
- [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)
2 changes: 1 addition & 1 deletion src/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f47116a

Please sign in to comment.