love01211
love01211
环境: python2.7 bigip 13.1.1.5 脚本: ```python from bigsuds import * b = BIGIP(hostname="192.168.113.103", username="admin", password="admin") # pool = b. pool = b.GlobalLB.Pool # print pool.get_list() print pool.get_member(["/Common/pool_web"]) ``` 预期返回: ```...
打印内容大概如下: ... /data/AI/ChatTTS/venv/lib/python3.10/site-packages/torch/_dynamo/utils.py:1462: UserWarning: 1Torch was not compiled with flash attention. (Triggered internally at ../aten/src/ATen/native/transformers/hip/sdp_utils.cpp:236.) return node.target(*args, **kwargs) ... torch._inductor.scheduler: [ERROR] Generating code for node buf620 with estimated runtime 0.0...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
### Version v0.1.1 ### Model UI-TARS-2B-SFT ### Deployment Method Local ### Issue Description - start cmd CUDA_VISIBLE_DEVICES=0,1 python -m vllm.entrypoints.openai.api_server --served-model-name ui-tars --dtype=half --tensor-parallel-size 2 --trust-remote-code --model ./UI-TARS-2B-SFT/ --limit-mm-per-prompt "image=6"...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior ### Expected Behavior _No response_ ### Steps To Reproduce 1.New Periodic...