-
[](https://localhost:8080/#) in
1462 raise SystemExit('\33[33mExecution interrupted by user.\33[0m')
1463 except Exception as e:
-> 1464 …
-
Refactor the CLI package to use [inquirer](https://www.npmjs.com/package/inquirer) and [ejs](https://www.npmjs.com/package/ejs) directly, get rid of the dependency on Yeoman.
This will allow us to …
-
Hello authors, thank you for your excellent research.
When will the code be released?
Thank you.
-
When I run the code "python main.py"
I received the following error
before running, all old files have been removed.
setting:0
#---------- generating basic plan! -----------
(find_table rob…
-
### Installation Method | 安装方法与平台
OneKeyInstall (一键安装脚本-windows)
### Version | 版本
Latest | 最新版
### OS | 操作系统
Windows
### Describe the bug | 简述
Traceback (most recent call last):
File ".\requ…
-
### Describe the bug
## Issue Summary
The `from_pretrained()` method of StableDiffusionPipeline fails to correctly load the specified models on local directory. Instead, it appears to use the sa…
-
- 现象:
使用open_api部署后,测试tools功能,请求体如下
```
{
"functions": {
"random_number_generator": {
"name": "random_number_generator",
"description": "Generates a random n…
-
### 🐛 Describe the bug
When using different generation configurations, such as top_k=1 or temperature=0 (while keeping other settings unchanged), why do the generated results change? They should …
-
使用Qwen/Qwen2-VL-72B-Instruct-GPTQ-Int4,遇到报错RuntimeError: expected mat1 and mat2 to have the same dtype, but got: float != c10::BFloat16
-
Can't seem to run the basic example usage from [here](https://huggingface.co/docs/diffusers/main/en/api/pipelines/if#texttoimage-generation). Throws the following error:
`
------------------------…