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: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,13 @@ A `kustomization.yaml` file exists to launch all required Kubernetes objects for
13
13
oc new-project llama-serve
14
14
oc apply -k kubernetes
15
15
```
16
+
## Running Demos and Notebooks
17
+
18
+
This project uses `uv` as its package manager for the python based notebooks and demo scripts. You can quickly set up your working environment by following these steps:
19
+
20
+
1)`pip install uv`
21
+
2)`uv sync`
22
+
3)`source .venv/bin/activate`
23
+
24
+
Once you are using the virtual environment, you should be good to run any script in `app/src`.
0 commit comments