-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IT'S ALIVEEEEEEEEEEEEEEE (cherry-picked)
- Loading branch information
Showing
2 changed files
with
25 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# Source: | ||
# https://huggingface.co/rustformers/bloom-ggml | ||
# https://huggingface.co/models?other=llm-rs | ||
# | ||
# This specific model is from | ||
# https://huggingface.co/rustformers/bloom-ggml/blob/main/bloom-1b7-q4_0.bin | ||
assets/llm.bin | ||
|
||
# Godot 4+ specific ignores | ||
.godot/ |
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
a433349
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
took this one from the llm branch because git was saying the
llm.bin
file was untracked and i didn't want to accidentallygit add -A
while it wasn't in the gitignore yet