fix Type-Check error
This commit is contained in:
parent
5ec4de7a48
commit
5ab95776f7
6 changed files with 16 additions and 16 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ BUILD_TARGETS = \
|
||||||
llama-imatrix \
|
llama-imatrix \
|
||||||
llama-infill \
|
llama-infill \
|
||||||
llama-llava-cli \
|
llama-llava-cli \
|
||||||
llama-minicpmv-cli\
|
llama-minicpmv-cli\
|
||||||
llama-lookahead \
|
llama-lookahead \
|
||||||
llama-lookup \
|
llama-lookup \
|
||||||
llama-lookup-create \
|
llama-lookup-create \
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
--extra-index-url https://download.pytorch.org/whl/cpu
|
--extra-index-url https://download.pytorch.org/whl/cpu
|
||||||
pillow~=10.2.0
|
pillow~=10.2.0
|
||||||
torch~=2.2.1
|
torch~=2.2.1
|
||||||
torchvision==0.16.2
|
torchvision==0.17.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue