ImmortalZ

Results 8 comments of ImmortalZ

> What's your CUDA driver version? Maybe the driver doesn't support these two cards. Or you can try a different CUDA version. @zjersey ti2080 或 3060都是 11.3

> 这个数据集(adgen)目标就是给一些关键词生成广告语。article和summarization分别对应模型的输入和输出,这是为了不同数据集都能兼容一套生成代码,你也可以命名为input,output @choosewhatulike 感谢解答,还想请教下,如果我想自定义数据微调,也是需要构造 [[x1,x2], [y1, y2]] 这样的字符串,还是article用普通的一句话这种也行的呢?(我看微调代码没有找到对 [[x1,x2], [y1, y2]] 这样的字符串 结构的处理,似乎普通的一句话也行)

感谢反馈,的确是有这样的问题,下一次我更新的时候把这个修复好了,最近有点点小忙,见谅下哈

> That error from my investigation is as a result of the usage of a package called [resolve-url](https://www.npmjs.com/package/resolve-url). Which as you can see is deprecated. Seeing as that is the...

> Where are you using postMessage? @nxtexe not my code throw error. throw error code line:

@nxtexe It would be great if your branch could provide a demo and to show how to use

> > @nxtexe It would be great if your branch could provide a demo and to show how to use > > You were right it was acting a bit...