ovjust

Results 11 issues of ovjust

appAgent 连手机报错啊,remote object '/sdcard/1appAgent/demo_ie1_2024-01-07_20-29-13_1.xml' does not exist 我试了3个adb.exe,2个手机+1个官方模拟器,都报这个错啊。谁交流一下? 我用android studio 、uniapp 连手机开发都没问题,但appAgent里就是不行。 Command execution failed: adb -s emulator-5554 pull /sdcard/1appAgent/Screenshots/demo_ie1_2024-01-07_20-29-13_1.png ./apps\ie1\demos\demo_ie1_2024-01-07_20-29-13\raw_screenshots\demo_ie1_2024-01-07_20-29-13_1.png remote object '/sdcard/1appAgent/Screenshots/demo_ie1_2024-01-07_20-29-13_1.png' does not exist Command execution failed:...

![Snipaste_2023-04-07_22-41-56](https://user-images.githubusercontent.com/12697538/230627918-43672b7b-fe4d-4a0a-abdb-a114e9ed1380.png)

` from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("THUDM/visualglm-6b", trust_remote_code=True) model = AutoModel.from_pretrained("THUDM/visualglm-6b", trust_remote_code=True).half().cuda() image_path = "your image path" response, history = model.chat(tokenizer, image_path, "描述这张图片。", history=[]) print(response) response, history =...

![image](https://github.com/DeepInsight-AI/DeepBI/assets/12697538/ca07bf3c-1b98-48dd-ab5f-96b0a8dbef45)

![Snipaste_2024-05-16_16-31-05](https://github.com/open-metadata/OpenMetadata/assets/12697538/221dff90-7865-46b8-9527-ad8d31e65d84)

i run this repo on windows, conda, error reported: File "E:\1MyFiles\code\aiTest\dust3r-main\dust3r\utils\path_to_croco.py", line 18, in raise ImportError(f"croco is not initialized, could not find: {CROCO_MODELS_PATH}.\n " ImportError: croco is not initialized, could...

![image](https://github.com/open-metadata/OpenMetadata/assets/12697538/37e98d7d-5b6f-4e39-9acc-18a1c9463adb) { "dbLinkName":"综合业务系统", "sql":"insert into ACCT_CFG(biz_type,acct_type) as select zhxh,zhmc from ACCT_BRCH" } when i try it last week ,it success . but today it fails to line columns . i...

macOs 10.14, python 3.10, pip3 install self-operating-computer==1.4.5 File "/private/var/folders/6s/p2x6xms901gb9knqjqtj1vhr0000gn/T/pip-build-env-o4c5xwll/overlay/lib/python3.12/site-packages/setuptools/__init__.py", line 10, in import distutils.core ModuleNotFoundError: No module named 'distutils' [end of output] note: This error originates from a subprocess, and...

bug

最新源码没在仓库里吗?帮你一起加几个国内大模型可以吗?另外建议支持一种显示方式 ,就是每个大模型显示为一个tab页。

when run : python app.py it goes error: ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow...