diff --git a/python/llm/example/GPU/HuggingFace/LLM/codeshell/README.md b/python/llm/example/GPU/HuggingFace/LLM/codeshell/README.md index e12e8163..e6117152 100644 --- a/python/llm/example/GPU/HuggingFace/LLM/codeshell/README.md +++ b/python/llm/example/GPU/HuggingFace/LLM/codeshell/README.md @@ -21,6 +21,12 @@ Suppose you have already configured GPU environment, you will need some extra pr ## 1. How to use this server +This is a required step on Linux for APT. Skip this step for PIP-installed oneAPI or if you are running on Windows. +```bash +source /opt/intel/oneapi/setvars.sh +``` + +Then run the following command in the terminal: ``` python server.py [--option value] ```