fix security issue of eagle (#11140)

* fix security issue of eagle

* small fix
This commit is contained in:
Ruonan Wang 2024-05-27 02:15:28 +00:00 committed by GitHub
parent 367de141f2
commit d550af957a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -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 intel_extension_for_pytorch==2.1.0
pip install -r requirements.txt
pip install transformers==4.36.2
pip install gradio==3.50.2
pip install eagle-llm
```

View file

@ -1,6 +1,4 @@
transformers==4.36.2
fschat==0.2.31
gradio==3.50.2
openai==0.28.0
anthropic==0.5.0
wandb

View file

@ -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
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 transformers==4.36.2
pip install gradio==3.50.2
pip install eagle-llm
```
### 2. Configures OneAPI environment variables for Linux

View file

@ -1,6 +1,4 @@
transformers==4.36.2
fschat==0.2.31
gradio==3.50.2
fschat==0.2.31
openai==0.28.0
anthropic==0.5.0
wandb