Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.12 KB

File metadata and controls

31 lines (20 loc) · 1.12 KB

MachineLearningLM-7B-v1 Node

This configuration sets up a GaiaNet node to run MachineLearningLM-7B-v1, a powerful 7B parameter model fine-tuned for questions related to machine learning, data science, and other technical topics.

Step 1: Install GaiaNet node

The GaiaNet node software version should be 0.5.4 or higher.

curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash

Step 2: Init with the MachineLearningLM-7B-v1 model

gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/machinelearninglm-7b-v1/config.json

Step 3: Start the node

gaianet start

Now you can use the node as a web-based chatbot or as an OpenAI API drop-in replacement.

References