LLM: decoupling bigdl-llm and bigdl-nano (#9306)

This commit is contained in:
Ruonan Wang 2023-11-01 11:00:54 +08:00 committed by GitHub
parent 2262ae4d13
commit 7e73c354a6
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# All in One Benchmark Test
All in one benchmark test allows users to test all the benchmarks and record them in a result CSV. Users can provide models and related information in `config.yaml`.
Before running, make sure to have [bigdl-llm](../../../README.md) and [bigdl-nano](../../../../nano/README.md) installed.
Before running, make sure to have [bigdl-llm](../../../README.md).
## Dependencies
```bash

View file

@ -1,5 +1,5 @@
#!/bin/bash
source bigdl-nano-init
source bigdl-llm-init
export OMP_NUM_THREADS=48
# set following parameters according to the actual specs of the test machine