Skip to content

Commit

Permalink
docs(intro): birefly elaborate on plugins, ref #204
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Dec 10, 2024
1 parent cf4341b commit 448e49d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,11 @@ auto result = instance->runOp("run", {{"prompt", "A recipe for rice cakes:"}});
std::cout << result << "\n";
```
Wait. What are plugins?
Plugins? What are plugins?
AC Local doesn't have any loaders, and thus doesn't support any models on its own. The typical way to get loaders is to use plugins which provide them. AC Local contains the tools for building and loading plugins. Read more about loaders and plugins [here](loaders-plugins.md).
Alpaca Core itself develops a few plugins.
## More
Expand Down
1 change: 1 addition & 0 deletions doc/loaders-plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Loaders and Plugins

0 comments on commit 448e49d

Please sign in to comment.