Open GnanaRaphaelina opened 11 months ago
Hi! I cloned the vicuna v0 7b repo given in minigpt4 repository and updated the line 16 in minigpt4.yaml file, then I downloaded the minigpt4(vicuna 7b) and updated the path name in line 11 in minigpt4_eval.yaml file. Finally I tried to execute the demo.py command got this HFValidatorError. can you help me out if I have to correct certain things.
This may be due to network issues!You can use fllows code in python file:
import os
os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
Hi! I cloned the vicuna v0 7b repo given in minigpt4 repository and updated the line 16 in minigpt4.yaml file, then I downloaded the minigpt4(vicuna 7b) and updated the path name in line 11 in minigpt4_eval.yaml file. Finally I tried to execute the demo.py command got this HFValidatorError. can you help me out if I have to correct certain things.