Skip to content

Commit

Permalink
Fix a Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
icppWorld committed Jul 16, 2024
1 parent 7192036 commit 0ae9e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ install-python-w-icpp-llm:
cd icpp-candid && rm -rf src/*.egg-info && pip install -e ".[dev]"
rm -rf src/*.egg-info
pip install -e ".[dev]"
cd ../icpp-llm && pip install -r requirements.txt
cd ../icpp_llm && pip install -r requirements.txt

.PHONY: install-python-w-llama_cpp_canister
install-python-w-llama_cpp_canister:
Expand Down

0 comments on commit 0ae9e2d

Please sign in to comment.