Skip to content

Commit c5cbe5f

Browse files
committed
removed olive in install.
1 parent 23731b8 commit c5cbe5f

File tree

1 file changed

+2
-2
lines changed
  • src/routes/blogs/deepseek-r1-on-device

1 file changed

+2
-2
lines changed

src/routes/blogs/deepseek-r1-on-device/+page.svx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ The DeepSeek ONNX models enables you to run DeepSeek on any GPU or CPU, achievin
3333
### Quickstart on CPU
3434

3535

36-
Installing onnxruntime-genai, olive, and dependencies for CPU in a virtual environment:
36+
Installing onnxruntime-genai and dependencies for CPU in a virtual environment:
3737
```python
3838
python -m venv .venv && source .venv/bin/activate
39-
pip install requests numpy --pre onnxruntime-genai olive-ai
39+
pip install requests numpy --pre onnxruntime-genai
4040
```
4141

4242
Download the model directly using the huggingface cli:

0 commit comments

Comments
 (0)