Skip to content

Commit 08bae37

Browse files
committed
remove local builds of deps
1 parent 682c4f0 commit 08bae37

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
pwd
3131
python -m pip install --upgrade pip
3232
python -m pip install uv
33+
#export CMAKE_ARGS="-DGGML_CUDA=on"
3334
uv sync
3435
# python -m pip install flake8 pytest
3536
#if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,25 @@ dependencies = [
99
"autogen-ext[semantic-kernel-hugging-face,semantic-kernel-ollama]>=0.4.4",
1010
"autogenstudio>=0.4.0.4",
1111
"gpustat>=1.1.1",
12+
"graphviz>=0.20.3",
1213
"guidance==0.2.1",
1314
"llama-cpp-python",
1415
"llama-cpp-scripts",
1516
"lmql>=0.7.3",
1617
"mlflow>=2.21.3",
1718
"pandas>=2.2.3",
1819
"pip>=25.0.1",
20+
"pytest>=8.3.5",
1921
"simple-parsing>=0.1.7",
22+
"sse-starlette>=2.2.1",
23+
"starlette-context>=0.4.0",
2024
"torchvision>=0.21.0",
2125
"vectorcode>=0.5.5",
2226
"wikipedia>=1.4.0",
2327
]
2428

2529
[tool.uv.sources]
26-
llama-cpp-scripts = { path = "../llm_poc/llama.cpp" }
2730
mmz = { workspace = true }
28-
llama-cpp-python = { path = "../llm_poc/llama-cpp-python/dist/llama_cpp_python-0.3.8-cp312-cp312-linux_x86_64.whl" }
2931

3032
[dependency-groups]
3133
dev = [

0 commit comments

Comments
 (0)