Butui Hu
Butui Hu
1. According to [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-pdftopng) for python-pdftopng on AUR, the file `config.h` from poppler is not needed at all, we could delete the line include this header file. 2. We also...
https://github.com/open-mmlab/cocoapi/blob/01f805cd54d7bd7af64c0fbd5fd96d8ca0b9ddc9/pycocotools/pycocotools/cocoeval.py#L410-L411 These lines also need updating.
If you would like to use cython >= 3, delete these two lines, https://github.com/open-mmlab/cocoapi/blob/01f805cd54d7bd7af64c0fbd5fd96d8ca0b9ddc9/pycocotools/pycocotools/_mask.pyx#L1-L2
Hello, I come across similar issue. Router: Lenovo Y1 Firmware: LEDE 17.01.2 If I use the port on the wall, I could get a IPv4 IP & a IPv6 IP,...
@akatrevorjay Hi, I follow [LEDE firewall wiki](https://lede-project.org/docs/user-guide/firewall_configuration?s[]=firewall#includes), add a section to `/etc/config/firewall` ``` config include option path '/etc/firewall-nat6.user' option reload '1' ``` where `/etc/firewall-nat6.usr` is the file `90-nat6.fw`. And it...
这个似乎的确是个 bug,tg 群里好像有提到.https://t.me/archlinuxcn_group/3081816
If torch upstream could add a default macro `GLOG_USE_GLOG_EXPORT`, then all downstream who need to compile torch extension could work out-of-box.
try this https://github.com/hiyouga/LLaMA-Factory/issues/198#issuecomment-2347951431
@hiyouga Hi, I created a pr https://github.com/hiyouga/LLaMA-Factory/pull/5639, could you merge it?
@rajuptvs it seems that `chat_id` in `metadata` is always `local` now. not sure what's wrong. edit: I use temperal chat, which set `chat_id` to `local`. silly me.