forked from intel/ipex-llm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLM]Support for linux package (llama, NeoX) & quantize (llama) (inte…
…l#8246) * temp * update * update * remove cmake * runtime get platform -> change platform name using sed * update * update * add platform flags(default: current platform) & delete legacy libs & add neox quantize
- Loading branch information
Showing
7 changed files
with
62 additions
and
156 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,12 +0,0 @@ | ||
[submodule "python/llm/vendor/redpajama.cpp"] | ||
path = python/llm/vendor/redpajama.cpp | ||
url = https://github.com/analytics-zoo/redpajama.cpp.git | ||
branch = python-binding | ||
[submodule "python/llm/vendor/bloomz.cpp"] | ||
path = python/llm/vendor/bloomz.cpp | ||
url = https://github.com/analytics-zoo/bloomz.cpp.git | ||
branch = server | ||
[submodule "python/llm/vendor/llama.cpp"] | ||
path = python/llm/vendor/llama.cpp | ||
url = https://github.com/analytics-zoo/llama.cpp.git | ||
branch = cache | ||
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
Submodule bloomz.cpp
deleted from
6d2dee
Submodule llama.cpp
deleted from
5026ad
Submodule redpajama.cpp
deleted from
bec989