GithubHelp home page GithubHelp logo

Comments (2)

gavinblair avatar gavinblair commented on July 29, 2024

I found this on reddit:

  1. Install anaconda
  2. Install oobabooga textgen (which is it's own can of worms)
  3. Download the chasm_engine and chasm repositories from github and unzip them.
  4. Open anaconda (Windows key, search for "anaconda")
  5. Go to your chasm folder
    cd /your/folder/to/chasm/
  6. Create a new conda environment and activate it
    conda create --name chasm
    conda activate chasm
  7. Install the requirements
    pip install -r chasm-main/requirements.txt
    pip install -r chasm_engine-main/requirements.txt
  8. Remove ".example" from the file name in chasm_engine-main/server.toml.example
  9. Open the file, put # in front of every line from 26-29 (to disable OpenAI and only use it locally), save it.
  10. Remove ".example" from the file name in chasm-main/server.toml.example
  11. Open the file and replace the "passphrase = " line with "passphrase = "asdf"" (It doesn't work without a passphrase?)
  12. Start oobabooga, there go to "Session", check "openai" and then click "Apply flags/extensions and restart"
  13. Open an anaconda console (see 4.) and run
    conda activate chasm
    python3 -m chasm_engine
    (That's the server. It will start generating the world. This can take looong.)
  14. Open another anaconda console (see 4. harder) and run
    conda activate chasm
    python3 -m chasm

from chasm_engine.

atisharma avatar atisharma commented on July 29, 2024

I added some installation instructions. Hopefully enough to get people going.

from chasm_engine.

Related Issues (9)

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.