PhantomTide

Results 6 comments of PhantomTide

是的,可以使用2张4090来部署Vicuna-13B模型,看到网上介绍说Vicuna-13B需要28G显存。 示例命令: 参考连接:https://github.com/lm-sys/FastChat python3 -m fastchat.serve.cli --model-path /path/to/model/weights --num-gpus 2

太感谢了,可以了。 On Fri, Dec 22, 2017 at 10:08 AM, 孙楷 wrote: > pip install python-docx > 试试看 > > — > You are receiving this because you authored the thread....

打了断点发现异常在: async def get_video_by_id(self, aweme_id: str) -> Any: """ DouYin Video Detail API :param aweme_id: :return: """ params = { "aweme_id": aweme_id } headers = copy.copy(self.headers) # headers["Cookie"] = "s_v_web_id=verify_lol4a8dv_wpQ1QMyP_xemd_4wON_8Yzr_FJa8DN1vdY2m;"...

继续定位到: async def request(self, method, url, **kwargs): async with httpx.AsyncClient(proxies=self.proxies) as client: response = await client.request( method, url, timeout=self.timeout, **kwargs ) try: return response.json() except Exception as e: raise DataFetchError(f"{e},...

根据关键词搜索可以爬取到数据,但是根据ID报错了。 python main.py --platform dy --lt qrcode --type search 2024-04-15 00:03:03 MediaCrawler INFO [DouYinCrawler.search] Begin search douyin keywords 2024-04-15 00:03:03 MediaCrawler INFO [DouYinCrawler.search] Current keyword: python 2024-04-15 00:03:03 MediaCrawler INFO...