-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from rahuldshetty/gguf_rework
Initial Release of 2.0.0 version
- Loading branch information
Showing
33 changed files
with
978 additions
and
2,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,5 @@ zig-cache/ | |
node_modules/ | ||
dist/ | ||
releases/ | ||
examples/ | ||
examples/ | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# Examples | ||
|
||
Get started with some example [projects](https://rahuldshetty.github.io/ggml.js-examples/). | ||
Get started with some example [projects](https://rahuldshetty.github.io/llm.js-examples/). | ||
|
||
| Name | Description | Source code | | ||
|-------------------|----------------------------------|-------------------------------| | ||
| [Playground](https://rahuldshetty.github.io/ggml.js-examples/playground.html) | Playground Example | [link](https://github.com/rahuldshetty/ggml.js-examples/tree/master/playground.html) | | ||
| [Quick Start](https://rahuldshetty.github.io/ggml.js-examples/quick-start/index.html) | Basic demo example | [link](https://github.com/rahuldshetty/ggml.js-examples/tree/master/quick-start) | | ||
| [Tiny Starcoder](https://rahuldshetty.github.io/ggml.js-examples/starcoder.html) | Demo on [tiny starcoder](https://huggingface.co/bigcode/tiny_starcoder_py) | [link](https://github.com/rahuldshetty/ggml.js-examples/blob/master/starcoder.html) | | ||
| [GPT 2 Roleplay](https://rahuldshetty.github.io/ggml.js-examples/gpt2_roleplay.html) | Demo on [GPT2-RPGPT-8.48M](https://huggingface.co/xzuyn/GPT2-RPGPT-8.48M) | [link](https://github.com/rahuldshetty/ggml.js-examples/blob/master/gpt2_roleplay.html) | | ||
| [LLaMa2 TinyStories](https://rahuldshetty.github.io/ggml.js-examples/llama2_tinystories.html) | Demo on [LLaMa2.C](https://github.com/karpathy/llama2.c) | [link](https://github.com/rahuldshetty/ggml.js-examples/blob/master/llama2_tinystories.html) | | ||
| [Playground](https://rahuldshetty.github.io/llm.js-examples/playground.html) | Playground Example | [link](https://github.com/rahuldshetty/llm.js-examples/tree/master/playground.html) | | ||
| [Quick Start](https://rahuldshetty.github.io/llm.js-examples/quick-start/index.html) | Basic demo example | [link](https://github.com/rahuldshetty/llm.js-examples/tree/master/quick-start) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.