Code Monkey home page Code Monkey logo

Comments (4)

DancingLeaf123 avatar DancingLeaf123 commented on June 30, 2024

我估计改一下bat里面的 工作目录
开头加这行
CD %~dp0

from digital_life_server.

AnJiaqi0926 avatar AnJiaqi0926 commented on June 30, 2024

好像没解决问题?尝试了一下不行?

from digital_life_server.

wayne78ck6 avatar wayne78ck6 commented on June 30, 2024

看run-gpt3.5-api.bat裡面是.\venv\Scripts\python.exe,應該是建了一個venv環境了。
如果沒出錯的話,應該是跑過readme_detail.md裡面的建置過程?
下面那個(base) D:\Digital_Life_Server>python 改成用 .\venv\Scripts\python.exe 確認看看裡面有沒有torch好了,有可能你的pytorch是裝在外面但是venv沒裝。

如果是按照主頁的方式,看起來是套件裝在base環境不再venv裡面,
試試看把run-gpt3.5-api.bat裡面的.\venv\Scripts\python.exe 改成python,說不定就能跑了。

from digital_life_server.

wzyRuler avatar wzyRuler commented on June 30, 2024

应该是pytorch库和其他库的版本有点冲突
如果是虚拟环境的问题的话是显示 找不到指定系统文件
你的虚拟环境没有创建在当前文件夹下的话把run-gpt3.5-api.bat文件里面最下面那行的%SCRIPT_NAME%前面的路径改成你创建的conda环境的python.exe的绝对路径就行了

from digital_life_server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.