fix security issue of eagle (#11140)
* fix security issue of eagle * small fix
This commit is contained in:
parent
367de141f2
commit
d550af957a
4 changed files with 6 additions and 6 deletions
|
|
@ -18,6 +18,8 @@ conda activate llm
|
||||||
pip install --pre --upgrade ipex-llm[all] --extra-index-url https://download.pytorch.org/whl/cpu
|
pip install --pre --upgrade ipex-llm[all] --extra-index-url https://download.pytorch.org/whl/cpu
|
||||||
pip install intel_extension_for_pytorch==2.1.0
|
pip install intel_extension_for_pytorch==2.1.0
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
pip install transformers==4.36.2
|
||||||
|
pip install gradio==3.50.2
|
||||||
pip install eagle-llm
|
pip install eagle-llm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
transformers==4.36.2
|
|
||||||
fschat==0.2.31
|
fschat==0.2.31
|
||||||
gradio==3.50.2
|
|
||||||
openai==0.28.0
|
openai==0.28.0
|
||||||
anthropic==0.5.0
|
anthropic==0.5.0
|
||||||
wandb
|
wandb
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,10 @@ pip install dpcpp-cpp-rt==2024.0.2 mkl-dpcpp==2024.0.0 onednn==2024.0.0
|
||||||
|
|
||||||
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
|
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
|
||||||
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
||||||
pip install eagle-llm
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
pip install transformers==4.36.2
|
||||||
|
pip install gradio==3.50.2
|
||||||
|
pip install eagle-llm
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Configures OneAPI environment variables for Linux
|
### 2. Configures OneAPI environment variables for Linux
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
transformers==4.36.2
|
|
||||||
fschat==0.2.31
|
fschat==0.2.31
|
||||||
gradio==3.50.2
|
|
||||||
openai==0.28.0
|
openai==0.28.0
|
||||||
anthropic==0.5.0
|
anthropic==0.5.0
|
||||||
wandb
|
wandb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue