Andrews Cordolino Sobral
Andrews Cordolino Sobral
Hello, thanks for providing this awesome app ! I would like very much to run it on my Jetson TX2, I tried to make some changes, for eg: ``` //#include...
Hi again, Do you know why it happens? ``` # go build cluster-smi-router.go config.go # command-line-arguments ./cluster-smi-router.go:81:48: cannot use router_socket (type *"github.com/pebbe/zmq4".Socket) as type *"github.com/patwie/cluster-smi/vendor/github.com/pebbe/zmq4".Socket in argument to messaging.ReceiveMultipartMessage ./cluster-smi-router.go:97:33:...
The following algorithms are still with memory leak: * CodeBook * MultiCue * LBP_MRF
More info: https://medium.com/@danishshres/construction-of-tensorflow-tensor-with-c-a53356d4f41e
Hi, thanks for this great library! I was wondering if it could be used inside a CUDA kernel like Eigen? For example: ``` __global__ void test_kernel(int n, float * r)...
I'm currently working on a real-time metrics dashboard with an AgGrid table to display the data. To keep the data up-to-date, I would like to reload it automatically every 15...
### What is the issue? Hello everyone, Anyone knows how to fix that? ``` ~$ docker run -d --gpus=all -e OLLAMA_DEBUG=1 -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama ~$ docker...