Results 23 comments of li_max

> Yes , I have solved this problem, you can install a loadbalancer like nginx outside the cluster and forward the 15443 port I am deploying an istio cluster using...

What's wrong with this, it works fine locally

> Hi. What time do you mean? Do you mean the time which passes before the pod sees new files uploaded directly to S3 in other applications? Yes, for example,...

> @lgy1027 Could you please provide the yaml for the dataset and runtime ? **dataset.yaml** apiVersion: data.fluid.io/v1alpha1 kind: Dataset metadata: name: all namespace: test spec: sharedOptions: alluxio.underfs.s3.disable.dns.buckets: "true" alluxio.underfs.s3.endpoint: xxxxxxxxxx...

> I'd suggest using local DNS and to point different subdomains for different samba services pointing to the same IP of your containerisation host. Then you could use reverse proxy...

> Only some thoughts: > > Is ping on the smb server works from windows machine? > > While samba4 as a share server could be easily configured to use...

> OLLAMA_HOST "0.0.0.0" 网络是通的: ![Image](https://github.com/user-attachments/assets/83d35e46-fca3-471e-ab4b-105d611e24d7) ollama启动命令: ``` docker run -d --shm-size=3g -v ./ollama:/root/.ollama -e OLLAMA_HOST="0.0.0.0" -e OLLAMA_ORIGINS="*" -p 11434:11434 --name ollama ollama/ollama ```

> > > OLLAMA_HOST "0.0.0.0" > > > > > > 网络是通的: > > ![Image](https://github.com/user-attachments/assets/83d35e46-fca3-471e-ab4b-105d611e24d7) > > ollama启动命令: > > ``` > > docker run -d --shm-size=3g -v ./ollama:/root/.ollama -e...

> aibrix version: 0.2.1 k8s version: v1.25.14 > > Deploy aibrix according to the official documentation and deploy the base model, but an error occurs when calling curl -v http://${ENDPOINT}/v1/models:...

0.14报错2025-04-14 11:40:21,371 - evalscope - INFO - Check `ragas` Installed Traceback (most recent call last): File "/root/lgy/task-gen.py", line 28, in run_task(task_cfg=generate_testset_task_cfg) File "/root/anaconda3/envs/evalscope/lib/python3.10/site-packages/evalscope/run.py", line 31, in run_task return run_single_task(task_cfg, run_time)...