Skip to content

Commit

Permalink
chore: add soem draft chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk committed Jun 28, 2024
1 parent 1673895 commit e329374
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Introduction

## What is LLMOps?

## Self-Hosted vs Third Party

## New Class of Opportunities, New Class of Problems
5 changes: 4 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Summary

- [Chapter 1](./chapter_1.md)
[Introduction](README.md)

- [llama.cpp](./llamacpp/README.md)
- [Paddler](./paddler/README.md)
1 change: 0 additions & 1 deletion src/chapter_1.md

This file was deleted.

3 changes: 3 additions & 0 deletions src/llamacpp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# llama.cpp

[llama.cpp](https://github.com/ggerganov/llama.cpp)
3 changes: 3 additions & 0 deletions src/paddler/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Paddler

[Paddler](https://github.com/distantmagic/paddler)

0 comments on commit e329374

Please sign in to comment.