-
Dear Yang Zhong,
I implemented the random shift constraint similar to what you did in the MoS2 Demo (random shift within a range of 2 angstroms in the ab plane and 0.5 angstroms along the c-axis). …
-
Hi,
I am running the phi3.5 vision model using the below command on Apple M2 macbook:
'cargo run --release --features metal -- --port 1234 vision-plain -m microsoft/Phi-3.5-vision-instruct -a phi3v'…
-
Great job! I encountered the following problem when running the inference example. Looking forward to your reply!
## Environment:
torch==2.0.1
transformers==4.41.1
## Model Response:
The seco…
-
while running inference after **merging lora weights** with the following script
`
!python -m src.serve.cli \
--model-path /kaggle/working/Phi3-Vision-Finetune/output \
--image-file /kaggle/work…
-
i use unsloth to fine tune llama 3-8B..., after traning complete i save this model to hugging face by using 'push_to_hub', but it shows these files :
.gitattributes
README.md
adapter_config.json
…
-
1、下载了Phi-3-Vision数据
2、设置example_image.sh中的参数PER_DEVICE_BATCH_SIZE=1,NUM_EPOCHS=5,训练集选择了celeba_image_train.json中的87条,测试集选择celeba_image_eval.json,训练的时候到87步出错:
20%|█████████████████████████████▊ …
-
## Describe the bug
I'm encountering an error while running the phi3v example using a local model. Here's my code:
```rust
use either::Either;
use indexmap::IndexMap;
use std::{path::PathBuf,…
-
### System Info
- `n1-standard-16` from GCP with 4x NVIDIA T4s
- nvidia-smi: `NVIDIA-SMI 550.54.15`, `Driver Version: 550.54.15`, `CUDA Version: 12.4`
- Using a `NVIDIA GPU Optimized` base image
#…
-
### System Info / 系統信息
CUDA Version: 12.2
Transformers:4.45.1
Python:3.10.12
操作系统:ubuntu
vllm:0.6.2
### Who can help? / 谁可以帮助到您?
_No response_
### Information / 问题信息
- [X] The official exa…
-
I get the error message
```
File "/..path.../phi_3_vision_mlx.py", line 725
result = [f'{"\n\n".join(context[i][:n_topk])}\n\n\n{prompt[i]}' for i in range(len(prompt))]
…