Skip to content

Commit

Permalink
Update customize.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juntao authored Jun 1, 2024
1 parent e248f3e commit 89d9096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/node-guide/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ are all in the `gaianet/config.json` file. You can edit this file directly to us
Or, you can select a different `config.json` when you initialize the node. Just pass in a URL to the `config.json` file
in your `gaianet init` command.
We have several pre-set `config.json` files to choose from [in this repo](https://github.com/GaiaNet-AI/node-configs).
For example, the following command initialize a GaiaNet node with a Llama 3 8B model finetuned to have a very long context
window size.
For example, the following command initialize a GaiaNet node with a Llama 3 8B model.

```
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/llama-3-8b-instruct/config.json
Expand Down

0 comments on commit 89d9096

Please sign in to comment.