Skip to content

Commit c587a7f

Browse files
author
Sanyam Bhutani
committed
Path
1 parent 989f8b5 commit c587a7f

File tree

1 file changed

+1
-1
lines changed
  • recipes/quickstart/inference/local_inference

1 file changed

+1
-1
lines changed

recipes/quickstart/inference/local_inference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ For Multi-Modal inference we have added [multi_modal_infer.py](multi_modal_infer
44

55
The way to run this would be
66
```
7-
python multi_modal_infer.py --image_path "../../responsible_ai/resources/dog.jpg" --input_prompt "Describe this image" --temperature 0.5 --top_p 0.8 --model_name "meta-llama/Llama-3.2-11B-Vision-Instruct"
7+
python multi_modal_infer.py --image_path "../../../responsible_ai/resources/dog.jpg" --input_prompt "Describe this image" --temperature 0.5 --top_p 0.8 --model_name "meta-llama/Llama-3.2-11B-Vision-Instruct"
88
```
99

1010
For local inference we have provided an [inference script](inference.py). Depending on the type of finetuning performed during training the [inference script](inference.py) takes different arguments.

0 commit comments

Comments
 (0)