Dezoito
Dezoito
The spec '<imagekit.specs.DynamicSpec object at 0x10db77110>' has no source file associated with it.
I ended up using a default image in the model definition: ``` python image = models.ImageField( _("Image"), upload_to='uploads', blank=True, default="default.png") ``` That way I don't need to check if an...
Were you able to solve this? UPDATE: this works for me ```sh !git clone https://github.com/ufoym/imbalanced-dataset-sampler.git %cd /content/imbalanced-dataset-sampler !pip install . %cd /content/ ```
I'm having trouble using the Geist font in a Vite/React project. Here's the steps I took 1- Installed the font by running `npm i geist` 2- Edited tailwind.config.js and added...
Thank you, @Eyon42. I'm not using Next, so the solution was saving the font's TTF files to the project and importing the font in my "globals.css" file and setting it...
@jmorganca, since your changes were accepted, can this be merged? TY!
@MarkWard0110 , while I cannot use the actual documents and generated responses, I can provide you with some fictional examples, generated with Ollama 0.1.32 and 0.1.33, using the same code...
Minor Update. Routing the same prompts/configs to Ollama v0.1.33 on a **Windows 10** machine produced similar results.
> Macos the same, I updated it and it is heavily hallucinating... @DiegoGonzalezCruz, what model(s) are you having issues with, if you don't mind me asking?
I just tested 0.1.34 on a Linux Machine and a Windows 10 Machine and, apparently, the quality of responses has returned to normal and instructions are being observed again. Thank...
@mrdjohnson , Thank you very much! Looks like this commit removed it from the list, however: https://github.com/endo9000/Awesome-Ollama/commit/6b5862bf8e53b283432d42f6fdfc7f2ce6699de2 I'm closing this PR because I agree the different commits make it confusing...