Replies: 1 comment
-
show complete error picture? if error still persists. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
I have zero knowledge in coding and I am trying to install this program.
I am somewhat stuck here:
<
Then, set the variable llama_model in the model config file to the LLM weight path.
For MiniGPT-v2, set the LLM path here at Line 14.
I downloaded this file, I manually entered the path in my home folder ( using mac sonoma), I am not sure where I need to put this file, so I just put it in my llama - 2 b chat holder.
Then
I think i am at the last step where I downloaded MiniGPT-v2 (after stage-3) ( not sure if I have to put this somewhere ) - I am using mac
Afterwards I am at this step:
For MiniGPT-v2, set the path to the pretrained checkpoint in the evaluation config file in eval_configs/minigptv2_eval.yaml at Line 8
I downloaded the folder and I changed line 8 to where ever I put my Minigpt-v2
Finally, I think to run the program I have to use this code in my terminal:
python demo_v2.py --cfg-path eval_configs/minigptv2_eval.yaml --gpu-id 0
This is the error I get:
Python 3.12.1 (v3.12.1:2305ca5144, Dec 7 2023, 17:23:38) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
I mean I am sorry but this program is wayyyyyy to difficult to install, please help!
Beta Was this translation helpful? Give feedback.
All reactions