Search results

  1. NapoleonWils0n

    ollama unknown model architecture: 'gemma3'

    i have a ubuntu jail which can use the gpu just trying to see if i can get the latest version of ollama running in the jail i really hate software that is installed like this curl -fsSL https://ollama.com/install.sh | sh
  2. NapoleonWils0n

    ollama unknown model architecture: 'gemma3'

    you would have thought with all the data google have it might be more accurate
  3. NapoleonWils0n

    ollama unknown model architecture: 'gemma3'

    https://github.com/ollama/ollama/issues/2520
  4. NapoleonWils0n

    ollama unknown model architecture: 'gemma3'

    go run . serve package github.com/ollama/ollama imports github.com/ollama/ollama/cmd imports github.com/ollama/ollama/server imports github.com/ollama/ollama/discover: C source files not allowed when not using cgo or SWIG: gpu_info_cudart.c gpu_info_nvcuda.c...
  5. NapoleonWils0n

    ollama unknown model architecture: 'gemma3'

    so it sounds like you just need to install go pkg seach go go-1.21_5,2 Meta-port for the default version of the Go programming language download the source and run go run . serve running local build...
  6. NapoleonWils0n

    ollama unknown model architecture: 'gemma3'

    i think i did see that error flash by You may need to upgrade the latest release of ollama is v0.6.0 and was release 16 hours ago https://github.com/ollama/ollama/releases the current version in the freebsd quarterly branch is Version : 0.3.6_3 https://www.freshports.org/misc/ollama/...
  7. NapoleonWils0n

    ollama unknown model architecture: 'gemma3'

    just a heads up ollama doesnt run gemma 3 https://ollama.com/library/gemma3 i pulled down gemma3:4b with ollama to test it start the ollama server OLLAMA_NUM_PARALLEL=1 OLLAMA_DEBUG=1 LLAMA_DEBUG=1 ollama start or ollama serve pull gemma 3 ollama pull gemma3:4b run gemma 3 ollama...
  8. NapoleonWils0n

    starting wayland (wayfire) fails using nvidia card [Found 0 GPUS]

    XWayland apps even run from a Jail like Davinci Resolve work absolutely fine no issues at all, you cant tell them apart from native apps dwl and labwc work great with Xwayland when i was using wayfire 16 months ago there was an Xwayland bug that crashed the compositor when you opened an X11...
  9. NapoleonWils0n

    starting wayland (wayfire) fails using nvidia card [Found 0 GPUS]

    hi mate your right i just checked my notes and i did install the dwlb package sudo pkg install dwlb and then build dwl from source so more accurate to say there is a bar that works with dwl
  10. NapoleonWils0n

    starting wayland (wayfire) fails using nvidia card [Found 0 GPUS]

    i have got XWayland working on Wayfire, Labwc and dwl with nvidias proprietary drivers i use XWayland to run X11 apps like Davinci Resolve in a linux jail and forward the display from the jail to the Freebsd host i have been using Wayland on Freebsd for the last 16 months and have tired...
  11. NapoleonWils0n

    starting wayland (wayfire) fails using nvidia card [Found 0 GPUS]

    hi mate this is a script i used to start wayfire #!/bin/sh exec dbus-launch --exit-with-session wayfire you can start any wlroots compositor on Freebsd using the same method like dwl, labwc, wayfire etc you could try sending stderror to a text file i havent tried but it should work...
  12. NapoleonWils0n

    Solved Function (fn) keys not working on a desktop keyboard

    i have never used a wireless keyboard or mouse on freebsd only wired
  13. NapoleonWils0n

    Solved Function (fn) keys not working on a desktop keyboard

    hi mate heres how i enabled the multimedia keys on my ducky mini keyboard https://github.com/NapoleonWils0n/cerberus/blob/master/freebsd/ducky-media-keys.org
  14. NapoleonWils0n

    ollama, GO_DEFAULT, golang binaries in ports and packages right now

    hi mate i made a video tutorial about using ollama on Freebsd with emacs as a front end with the gptel package i have a dell xps 15 2019 with 16 gb of ram and a NVIDIA GeForce GTX 1650 i can run deepseek-r1:7b https://github.com/NapoleonWils0n/cerberus/blob/master/ollama/ollama.org i...
  15. NapoleonWils0n

    Solved Searxng installed in a Jail, not working yet maybe a pf issue

    great stuff one thing thats worth a mention is that searxng runs on http if you are using an ip address and not https which i think requires a domain name the official docker images does have a .env file that works with letsencrypt i may be wrong but i think that only works with a domain name
  16. NapoleonWils0n

    Software to draw diagrams

    graphviz https://graphviz.org/ also works with emacs org babel https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-dot.html
  17. NapoleonWils0n

    Solved Searxng installed in a Jail, not working yet maybe a pf issue

    hi mate i was using 20241108 in quarterly great stuff if people are on the quarterly branch they could use poudreire to build it one thought is if you wanted to run searxng in a jail and you built the package with poudriere, im not sure how you set the jail to use the poudriere package...
  18. NapoleonWils0n

    Solved Searxng installed in a Jail, not working yet maybe a pf issue

    the other option is to use podman in an bhyve vm which i already have set up for invidious https://docs.searxng.org/admin/installation-docker.html#installation-docker https://github.com/searxng/searxng-docker
  19. NapoleonWils0n

    Solved Searxng installed in a Jail, not working yet maybe a pf issue

    the searxng package doesnt work thats the issue searching for this error "searxng create_ssl_context" i came across this issue on github https://github.com/searxng/searxng/discussions/4219 response
  20. NapoleonWils0n

    Solved Searxng installed in a Jail, not working yet maybe a pf issue

    looking at the error from the unexpected crash link mentions ssl searxng is running over http not https so maybe either an ssl issue or the captcha Exception TypeError Percentage 100 Parameter create_ssl_context() takes from 0 to 3 positional arguments but 4 were given Filename...
Back
Top