done434

Results 8 comments of done434

Thanks for your reply. But any suggestion about how to make it work?

> @done434 It is defined [here](https://github.com/fathyb/carbonyl/blob/main/chromium/patches/chromium/0004-Setup-browser-default-settings.patch#L39-L41). How can I disable it to have a try without rebuild it? Currently I am using docker to run it.

> Maybe we would need some tag to identify this kind of issues, that would need to be hacked in a per-case basis... main browsers already does that too. In...

> Something you could try is: > > 1. enable cookie storage using the instructions in [Great tool! But how to make it work with Captcha's "Verify you are human"...

@Mabbs 我自己转换了一遍,也是同样的错误,中间已经转换成 ggml 格式了。这是我的步骤: 1. 使用本项目的 python scripts/merge_llama_with_chinese_lora.py 这段脚本进行模型合并,并保存为 pth 格式 2. 使用 lamma.cpp 的 python3 convert.py 来转换模型为 ggml 格式 3. 使用 lamma.cpp 的 ./quantize 将模型量化为 4-bit (q4_0) 4. 使用...

> @Mabbs 我自己转换了一遍,也是同样的错误,中间已经转换成 ggml 格式了。这是我的步骤: > > 1. 使用本项目的 python scripts/merge_llama_with_chinese_lora.py 这段脚本进行模型合并,并保存为 pth 格式 > 2. 使用 lamma.cpp 的 python3 convert.py 来转换模型为 ggml 格式 > 3. 使用 lamma.cpp 的 ./quantize...

I found the problem of it. The original document suggest to convert the model using the command like this: python convert.py zh-models/7B/ I read the convert.py carefully and found it...