Skip to content

Commit

Permalink
Merge pull request #6 from ucb-bar/llama
Browse files Browse the repository at this point in the history
ADD: add Llama support
  • Loading branch information
T-K-233 authored Jul 12, 2024
2 parents 79b7224 + 2d9bab4 commit 79993ac
Show file tree
Hide file tree
Showing 103 changed files with 1,280 additions and 1,869 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
.conda-env/
.vscode/

example/mnist/data/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand All @@ -29,6 +27,7 @@ share/python-wheels/
*.egg
MANIFEST

examples/mnist/data/

example/llama2/checkpoints/stories15M.bin
examples/llama2/checkpoints/stories15M.bin

Loading

0 comments on commit 79993ac

Please sign in to comment.