Skip to content

Commit

Permalink
feat: 重新实现 llama 模型结构
Browse files Browse the repository at this point in the history
Signed-off-by: YdrMaster <[email protected]>
  • Loading branch information
YdrMaster committed Sep 27, 2024
1 parent d68a0eb commit ae6d015
Show file tree
Hide file tree
Showing 103 changed files with 1,262 additions and 9,472 deletions.
8 changes: 0 additions & 8 deletions .cargo/config.toml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
with:
method: 'network'

- name: Install xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest

- name: Check format
run: cargo fmt --check

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
!**/.cargo/*
!/.github/*

/causal-lm/c/build
/target
/deploy
Loading

0 comments on commit ae6d015

Please sign in to comment.