JPZ4-5

Results 10 comments of JPZ4-5

> 请提供下你的 Python 版本,确认一下是不是 3.8+。 你好!是3.10.14

你好!print(dbapi2.sqlite_version)的结果是3.45.3,此外看了下SQLAlchemy的版本为2.0.29,似乎是超过 [https://github.com/sqlalchemy/sqlalchemy/issues/9430](url)所提到的要求? 我需要重装SQLAlchemy的某个降级版本吗?

> 这个是 Ollama 设置的问题。可以升级 Chatbox 到最新版本,里面有详细教程。 @Bin-Huang 不好意思,我更新了安卓和电脑版的1.3.13,也遇到了这个问题。我实在没找到所说的教程在哪里,也下载了googleplay版本的最新安卓(1.3.12),确实没找到。 如果解决了的话,希望楼里的朋友能教教怎么解决的,非常感谢!! @kmyface @fengmao86552 https://chatboxai.app/zh/help-center/connect-chatbox-remote-ollama-service-guide 已尝试,未解决

> Looks like you set `CUDA_HOME` to `:/usr/local/cuda-11.7` (extra `:` at the beginning that causes the path to be wrong). How NICE! That works for me since there are too...

这个应该是gradio自动使用的一个公网地址,请求获得一个公网链接,是demo设置share=True的产物,与前后端链接无关。 而且前后端都在一台设备上,不太可能由于这个问题导致失败吧。

Just provide a temporary solution. Change lines 199-211 of `dowhy/causal_prediction/algorithms/regularization.py` to: ```python for i in range(num_envs): conditioning_subset_i = [subset_var[i] for subset_var in conditioning_subset] conditioning_subset_i_uniform = [ ele.unsqueeze(1) if ele.dim() ==...

Fixed in #1341. It also appears to have fixed the problem in `pl.Trainer` where the number of `devices` could not be greater than 1.

It occurred when testing llava:34B on Windows, too. llava:34B works perfectly well on [open-webui](https://github.com/open-webui/open-webui) when sending pictures.

1. **Regarding `E_eq_A=True` Logic:** Replacing `torch.full(..., i)` with `attribute_labels[i]` is suggested. However, according to the original CACM paper, when `E_eq_A=True`, the algorithm is explicitly designed to use the **Environment index**...

It seems CI fail with System.IO.IOException: No space left on device. It looks like the runner ran out of disk space. Could you please trigger a re-run?