binary-husky
binary-husky
可以使用vllm接入各种本地模型,详情见wiki
这个我不是很熟,我印象中 localhost 是不是就不能被局域网其他机器访问了
抱歉我手上没有arm设备
请问python版本是多少
> > 请问python版本是多少 > > Python版本是3.11.9,使用的是conda创建的Python环境,创建方法就是本项目readme里面直接运行方法说的 我尝试复现一下
复现命令: ``` conda create --name=debug3119 python=3.11.9 cd /d G:\23\roll\gpt_academic pip install -r requirements.txt ``` 复现结果:正常安装 ``` Successfully installed Markdown-3.6 PyMuPDFb-1.24.6 PySocks-1.7.1 aiofiles-24.1.0 aiohttp-3.9.5 aiosignal-1.3.1 altair-5.3.0 annotated-types-0.7.0 anthropic-0.31.0 anyio-4.4.0 arxiv-2.1.3 attrs-23.2.0...
有没有试过wiki这个方法? https://github.com/binary-husky/gpt_academic/wiki/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8Latex%E7%9B%B8%E5%85%B3%E6%8F%92%E4%BB%B6%EF%BC%88arxiv%E6%96%87%E7%AB%A0%E7%BF%BB%E8%AF%91%EF%BC%89 > 解决方案: > > 1. 找到texlive的安装目录,对于我来说是在/usr/local/texlive/2024 > 2. 在安装目录中的一个tex文档下其实官方给了解决方案,但是对于我来说没有work,解决方案在这个文档中 texmf-dist/doc/context/third/context-notes-zh-cn/src/03.tex >  > 3. 对于我来说,我把内3个字体,simhei.ttf, simkai.ttf,simsun.ttc复制到了/usr/local/texlive/2024/texmf-dist/fonts/truetype > 4. 添加这三个到/usr/local/texlive/2024/texmf-dist/ls-R中 >  > 5. 按照03.tex的说法也执行了一遍(我觉得可以去掉),先是mkdir了下 `sudo mkdir -p texmf-local/fonts/truetype/msfonts`...
I'm using llama-index elastic search module, and I'm confused about why such basic functionality seems missing in `python3.12/site-packages/elasticsearch/_sync/client`
I cannot reproduce this bug, which llm did you use?
[4873e9dfdc9b9d59639744c7aa610e0ee34dd4aa](https://github.com/binary-husky/gpt_academic/commit/4873e9dfdc9b9d59639744c7aa610e0ee34dd4aa)