Zip Zou
Zip Zou
不对,看报错,好像是predict用了capthca模型,但是pkl参数是kaptcha的参数
你可以做如下尝试:修改predict.py的逻辑,将里面的cli相关的删除,直接调用predict方法,并将参数写死传入。
数据区分大小写,就能够支持大小写。
这个需要校验下数据,以及训练的时候是否label处理正确,现有代码逻辑,是支持52个vocab大小,若数据无误的话,大小写是没问题的。
1. 首先校验:训练数据中,大小写是否与文件名的大小写对应; 2. 其次校验,在get_dict中,id2label或label2id是否正确处理了大小写; 3. 最后校验,dataloader中,文件名对应的大小写,是否正确地被映射为了对应的ID。 可以通过debug定位是否有问题
Same issue for v2.8.0.post2 cu12torch2.7_abi=False. GPU is 5090, torch is v2.7.1+cu128. ubuntu 20.04
But built upon `GLIBC 2.32` could cause many compatibility problems, and `torch` need lower versions of `glibc`.
@dogeeelin Currently, the released wheel is built upon ubuntu 22.04, which has higher version of `glibc`. Before compiling env solved, you can build the wheels from sources or try to...
@bradison1 The best approach seems to be compiling the wheels on a manylinux + CUDA 12.9 environment to support PyTorch 2.7.x and Blackwell GPUs. However, I’m not sure whether GitHub...
> Right, we'd appreciate help with configuring the github runner to use manylinux https://github.com/Dao-AILab/flash-attention/blob/main/.github/workflows/publish.yml @tridao I am currently conducting compilation testing on the `manylinux_2_28` platform and have made substantial progress....