AmN

Results 9 comments of AmN

> @forumwt Did you have time to try the suggested changes? If the problem persists please let us know Sorry about delay. I am not able to test at the...

Both mica and acrylic have a problem, same issue in v28.x.x, also in 29.x.x, also i can see same problem now in VSCode Insiders which is v28.2.2. This is definitely...

This is not the first time this has happened; it seems that Microsoft has no solution for this problem. It's not happened only with the C++ Redistributable, but also it's...

Simple, go to Environment Variables and add **OLLAMA_MODELS** an **PATH** ![Screenshot 2024-03-01 121520](https://github.com/ollama/ollama/assets/16545063/a17791cc-35f4-4da8-af53-a8717df00348) Or just open terminal (powershell) and type `[System.Environment]::SetEnvironmentVariable("OLLAMA_MODELS", "NEW_PATH" ,"User")`

Yes .ollama folder is there but models is downloaded in defined location. Did you check Environment Variables settings if you used powershell command to check if OLLAMA_MODELS is there ?...

No, it’s not the same. APC can make the window transparent but can’t add blur. So, because of all this I have combined vibrancy + apc and I got some...

> I just tried it on vscode insiders and it only makes the entire window background transparent as vibrancy doesn't work but that can't be your issue cause vibrancy-continued wouldn't...

Kaspersky and MS Defender are turning into the worst security apps ever seen. Try upload ext_server.dll and llama.dll on virus total or Kaspersky Threat Intelligence Portal and please share result...

Try something like this ``` { "theme": "test", "themes": [ { "name": "test", "tab": { "background": "#00000000", "showCloseButton": "hover", "unfocusedBackground": "#00000000" }, "tabRow": { "background": "terminalBackground", "unfocusedBackground": "terminalBackground" }, "window":...