File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" }
2730mmz = { 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 ]
3133dev = [
You can’t perform that action at this time.
0 commit comments