machine learning

  1. A

    Sentence transformers API from Hugging Face and Onnx Runtime not supporting FreeBSD

    I am running a sentence transformer embedding model from hugging face and I get the below error using Spring Boot and I get the below error Strange that ONNX a machine learning run time does not support freebsd 14 server, any work arounds??
  2. dnb

    Non-GPU ML/DL AI-server using FreeBSD

    Some advocacy is needed to use FreeBSD as an AI server system. I'm going to use FreeBSD as the base system for the AI server. Perhaps someone (from the Linux world) will have questions for me about this because of their inertia of thinking, and I will have to answer them something. Here are my...
  3. First_Law_of_Unix

    Successful in porting and fully functional "pjreddie/darknet" YOLO 3 on FreeBSD 13.1 uses AMD GPU.

    Hello, If this brings interests to you, then its means you are looking to get YOLO machine vision, AI/ML working on FreeBSD which utilizes GPU. We all know that Nvidia CUDA is not supported on FreeBSD and AMD's ROCm has not been ported yet. So after doing months (2.5 months) of intense...
  4. First_Law_of_Unix

    How to Install Caffe (Deep Learning Framework)?

    Hello, I'm trying to build Caffe from it's github source (This is the OpenCL version of Caffe): https://github.com/BVLC/caffe/tree/opencl Getting the following error after doing: cmake -DBLAS=open -DUSE_OPENCL=ON -DUSE_CLGEMM=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_TIMER=ON...
Back
Top