Srishti

Results 20 comments of Srishti

Hi @diogocavilha , I also have the same issue as @AndreasLuckert . Here are the lines of my bash script ``` export PATH # Uncomment the following line if you...

Nevermind. It worked after rebooting the terminal 2-3 times

@khos2ow @RichardLitt For now, I have started updating Vancouver repo. I haven't worked with Hugo before. @hollandmatt @kvirani Would love to know your opinion on this!

@haotian-liu I think the inference by defaults expects a gpu with .device(cuda). Can we add cpu option (something like if gpu is absent use cuda) and mention in the readme...

@vishaal27 Did you find the solution to your problem (I know its an old issue). I have a similar issue. I have a set of possible options and I want...

@vishaal27 Though the answers are correct, I am surprised that probabilities of all options are so close to each other. I computed log likehood and probs Prompt was slightly different...

Not really. I can change the prompt ``` prompt = """Describe the image. \n\n""" shared_prompt = 'This is an image of a ' options = [shared_prompt+x for x in ['cat',...