Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Beta #29

Merged
merged 63 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
55668b6
Merge pull request #20 from erfanzar/beta
erfanzar Sep 13, 2023
4e3543e
Update README.md
erfanzar Sep 14, 2023
1945bef
Update README.md
erfanzar Sep 19, 2023
5073be8
Update README.md
erfanzar Sep 20, 2023
a972aee
Changing Project Structure and Adding Beta `EasDel` `Mojo`🔥
erfanzar Sep 23, 2023
e57a3af
Changing Project Structure and Adding Beta `EasDel` `Mojo`🔥
erfanzar Sep 23, 2023
bebff62
Changing Project Structure and Adding Beta `EasDel` `Mojo`🔥
erfanzar Sep 23, 2023
7fbf78b
adding utilities and more functions to Easydel `Mojo`🔥
erfanzar Sep 23, 2023
46b7fd9
Adding Beta Version of LLama Mojo
erfanzar Sep 24, 2023
837b72b
Adding Beta Version of LLama Mojo
erfanzar Sep 24, 2023
4d4d1f9
Changing `FileBuffer` Dynamic File Buffer can make some funny bugs an…
erfanzar Sep 24, 2023
9a6894f
fixing rms norm bug
erfanzar Sep 24, 2023
5082d61
TODO: Change Matrix Structure and make it dynamic
erfanzar Sep 24, 2023
392eef4
adding utilities and more functions to Easydel `Mojo`🔥
erfanzar Sep 25, 2023
b147132
adding utilities and more functions to Easydel `Mojo`🔥
erfanzar Sep 25, 2023
89f02e7
Changing Added Llama Model
erfanzar Sep 25, 2023
f6c5a90
adding keywargs
erfanzar Sep 25, 2023
0a3a512
adding rope functions
erfanzar Sep 25, 2023
05ee3d2
adding rope functions
erfanzar Sep 25, 2023
b422bb0
adding rope functions
erfanzar Sep 25, 2023
f7a5a22
fixing a simple issuse thank to kenhuang1964 #21
erfanzar Sep 26, 2023
b57fe97
adding llama_forward
erfanzar Sep 26, 2023
36f5de9
Done adding Llama Next TODO is falcon 🔥
erfanzar Sep 26, 2023
1b6c763
improving some functions for mojo
erfanzar Sep 27, 2023
b7bf560
Creating A new array struct
erfanzar Sep 28, 2023
ec95e75
adding basics of Array
erfanzar Sep 28, 2023
c02b941
Delete lib/mojo/EasyDel/array/s.mojo
erfanzar Sep 29, 2023
61365e0
NDArrays are Updated and perform numpy operations
erfanzar Sep 29, 2023
b9c4604
Merge branch 'mojo-beta' of https://github.com/erfanzar/EasyDel into …
erfanzar Sep 29, 2023
8d826a4
bug `__pow__` fixed
erfanzar Sep 29, 2023
df682e8
adding utils to arrays
erfanzar Sep 29, 2023
e1bac2e
nameing and packaging update 🔥
erfanzar Sep 29, 2023
2f2277b
TODO: adding Linen API
erfanzar Sep 29, 2023
71e1121
stg to find a way to fix matmul
erfanzar Sep 30, 2023
85b0532
changing some basics
erfanzar Sep 30, 2023
6edf7fd
Matmul Fixed
erfanzar Oct 1, 2023
0e8f7c8
Adding Read Me For EasyDel Mojo
erfanzar Oct 1, 2023
5ccfdf6
Merge pull request #22 from erfanzar/mojo-beta
erfanzar Oct 1, 2023
69c821e
Update README.md
erfanzar Oct 1, 2023
b576aca
Update `Docs` and `Readme.md`
erfanzar Oct 1, 2023
f2f62a3
Merge pull request #23 from erfanzar/main
erfanzar Oct 1, 2023
7d7f45f
fixing Matmul bug
erfanzar Oct 1, 2023
86ea33c
fixing Matmul bug
erfanzar Oct 1, 2023
3a82cb1
Merge pull request #24 from erfanzar/mojo-beta
erfanzar Oct 1, 2023
c0e2100
TODO Adding Mistral
erfanzar Oct 2, 2023
cc83767
Preparing For Version 0.31.0 , `Mistral` Models Added
erfanzar Oct 2, 2023
ff262ef
Merge pull request #25 from erfanzar/mojo-beta
erfanzar Oct 2, 2023
6f57394
Fixing `src.` bugs
erfanzar Oct 2, 2023
9d0e700
Merge pull request #26 from erfanzar/mojo-beta
erfanzar Oct 2, 2023
33c3f3c
Updating The Array Module
erfanzar Oct 3, 2023
4c868cc
Merge pull request #27 from erfanzar/main
erfanzar Oct 3, 2023
f9c59cd
Merge pull request #28 from erfanzar/mojo-beta
erfanzar Oct 3, 2023
d5f2cad
Fixing in python 3.8
erfanzar Oct 4, 2023
924fa27
Fixing in python 3.8
erfanzar Oct 4, 2023
390b8fc
Optimizing Imports
erfanzar Oct 4, 2023
37530ea
Updating JaxServerConfig
erfanzar Oct 4, 2023
9d000ce
Fixing Import Error
erfanzar Oct 4, 2023
1ec5425
Moving Beta Version to `0.0.30`.
erfanzar Oct 4, 2023
aef84a6
adding partition rules for Mistral
erfanzar Oct 5, 2023
6b6dcdf
fixing Mistral Bugs
erfanzar Oct 5, 2023
3280b4f
adding `mistral_from_pretrained`
erfanzar Oct 5, 2023
d595393
fixing `mistral_from_pretrained` bugs
erfanzar Oct 5, 2023
04811cf
fixing `mistral_from_pretrained` bugs
erfanzar Oct 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ dist/
downloads/
eggs/
.eggs/
lib/
mojo_module/
test.mojo
run.mojo
llama.bin
llama-tokenizer.bin
lib64/
parts/
sdist/
Expand Down Expand Up @@ -130,3 +134,4 @@ dmypy.json

# Pyre type checker
.pyre/
*.bin
2 changes: 1 addition & 1 deletion .idea/EasyDeL.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 0 additions & 55 deletions EasyDel/configs/get_model_attr.py

This file was deleted.

57 changes: 0 additions & 57 deletions EasyDel/serve/theme.py

This file was deleted.

9 changes: 0 additions & 9 deletions EasyDel/utils/__init__.py

This file was deleted.

141 changes: 0 additions & 141 deletions LLAMA.md

This file was deleted.

53 changes: 0 additions & 53 deletions NOTE.md

This file was deleted.

Loading