K. Moulouel

Results 9 comments of K. Moulouel

@cnavarrete, Great! I just did it. It works!! How about the results you got? Are they better than the one of Yolov5? Many thanks,

Hello @lvenkataraman, Any additional info about your issue? I am facing the same error. Thanks in advance!

Hello, Thanks for your reply! Can you please provide a Python code snippet to give a try of what you have proposed? The problem is even with the current documentation,...

Hello @bobemoe, Thanks for you reply. However, by replicating the query you have provided, I got the following: ````markdown Here is the JSON object containing the count and example text...

It can be done with adding details to the prompt. The issue is sometimes it works fine, sometimes it requires REGEX formulas to extract the JSON. To answer you questions,...

Here is the code: ```python from interpreter import interpreter import litellm def open_interpreter(model, llm_prompt): interpreter.llm.model = model interpreter.llm.temperature = 0.05 interpreter.verbose = False interpreter.computer.verbose = False interpreter.auto_run = True litellm.drop_params...

Thanks for you reply! Fully understand! I even use a prompt that clearly explains which JSON object to return with its key name. Was only replicating the example you shared...

Thanks @MikeBirdTech and @bobemoe ! Looking forward to this feature.

@Iroxxar, thanks for your reply! During the tests mentioned above, I modified the CUDA versions and made adjustments to the [.devops/main-cuda.Dockerfile](https://github.com/ggerganov/whisper.cpp/blob/master/.devops/main-cuda.Dockerfile). However, I prefer not to update CUDA due to...