You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/cpu/inference/python/llm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ conda activate llm
63
63
64
64
# Setup the environment with the provided script
65
65
cd examples/cpu/inference/python/llm
66
-
bash ./tools/env_setup.sh
66
+
bash ./tools/env_setup.sh 7
67
67
```
68
68
69
69
3\. Once an environment is configured with either method above, set necessary environment variables with an environment variables activation script and download the sample `prompt.json`.
0 commit comments