Ray

Results 4 issues of Ray

### 1.Digit Result ![git_1](https://user-images.githubusercontent.com/15340438/70218975-fd3a5c80-177e-11ea-8533-ae6379a9700d.png) ### 2.Python Result [From This Tutorial](https://github.com/humphd/have-fun-with-machine-learning#python-example) **Here is my code** import numpy as np import sys import os caffe_root = '/opt/caffe/' sys.path.insert(0, os.path.join(caffe_root, 'python')) import caffe...

### 1.Digit Result ![git_1](https://user-images.githubusercontent.com/15340438/70218975-fd3a5c80-177e-11ea-8533-ae6379a9700d.png) ### 2.Python Result [From This Tutorial](https://github.com/humphd/have-fun-with-machine-learning#python-example) **Here is my code** import numpy as np import sys import os caffe_root = '/opt/caffe/' sys.path.insert(0, os.path.join(caffe_root, 'python')) import caffe...

### How are you running AnythingLLM? Docker (local) ### What happened? I am using AnythingLLM with the same data and using two different LLMs: one is locally deployed Ollama deepseek-r1...

possible bug

### Describe your problem Description I am encountering an issue where adding an Ollama model as a service provider in RAGFLOW fails, despite being able to successfully call the same...

question