Emmanuel Lusinchi
Emmanuel Lusinchi
This might be a dumb thing to say, but maybe the issue is with the 's' in 'https'? Instead of "https://localhost:7860/", should it not be "http://localhost:7860/" ?
Indeed, File() does not seem to accept parameters. My approach is to return a Path instead of a File, but I can't say I'm having great success either. It would...
I agree with that request. Especially since File() does not seem to take an argument, unlike what the current documentation shows!
Same question actually. The instructions could be a bit more clear on this important step.
Some information here: https://github.com/ictnlp/LLaMA-Omni/issues/10#issuecomment-2354396927
I would recommend to the LLaMA-Omni developer to create a small getmodels.py file at the top level containing: ``` # getmodels.py # get Llama-3.1-8B-Omni model (warning: requires ~ 18 G...