Skip to content

Commit 2da31ed

Browse files
committed
fix python requirements
1 parent 5fc3507 commit 2da31ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docstring_parser~=0.15
2-
pydantic~=2.6.3
2+
pydantic~=2.11.7
33
requests

tools/mtmd/clip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2277,7 +2277,7 @@ struct clip_model_loader {
22772277
case PROJECTOR_TYPE_QWEN2A:
22782278
case PROJECTOR_TYPE_VOXTRAL:
22792279
{
2280-
bool require_stack = model.proj_type == PROJECTOR_TYPE_ULTRAVOX ||
2280+
bool require_stack = model.proj_type == PROJECTOR_TYPE_ULTRAVOX ||
22812281
model.proj_type == PROJECTOR_TYPE_VOXTRAL;
22822282
get_u32(KEY_A_PROJ_STACK_FACTOR, hparams.proj_stack_factor, require_stack);
22832283
if (hparams.n_mel_bins != 128) {

tools/mtmd/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r ../../requirements/requirements-convert_legacy_llama.txt
22
--extra-index-url https://download.pytorch.org/whl/cpu
3-
pillow~=10.2.0
3+
pillow~=11.3.0
44
torch~=2.2.1
55
torchvision~=0.17.1

0 commit comments

Comments
 (0)