Skip to content

Commit 9021e06

Browse files
authored
Merge pull request #97 from GaiaNet-AI/alabulei1-patch-4
Update quick-start.md
2 parents 0e91666 + f535c82 commit 9021e06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/node-guide/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Before you get started, ensure that you have the following on your system:
1010

1111
| System | Minimum Requirements |
1212
|---|---|
13-
| OSX with Apple Silicon (M1-M4 chip) | 16GB RAM (32GB recommended) |
13+
| OSX with Apple Silicon (M1-M4 chip) | 8GB RAM (16GB recommended) |
1414
| Ubuntu Linux 20.04 with Nvidia CUDA 12 SDK | 8GB VRAM on GPU |
1515
| Azure/AWS | Nvidia T4 GPU Instance |
1616

@@ -29,7 +29,7 @@ curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/
2929

3030
3. Use the following command to initialize the GaiaNet node according to the configuration options
3131
in `$HOME/gaianet/config.json`.
32-
By default, the GaiaNet is initialized with a [Phi-3](https://azure.microsoft.com/en-us/blog/introducing-phi-3-redefining-whats-possible-with-slms/) LLM and a [knowledge base about Paris](https://huggingface.co/datasets/gaianet/paris).
32+
By default, the GaiaNet is initialized with a [Llama 3.2 3B](https://ai.meta.com/blog/llama-3-2-connect-2024-vision-edge-mobile-devices/) LLM and a [knowledge base about Paris](https://huggingface.co/datasets/gaianet/paris).
3333
This command could take some time since it will download a very large LLM file.
3434

3535
```
@@ -47,7 +47,7 @@ gaianet start
4747
- A successful start prints a public URL for the node. Opening a browser to that URL will display the node information and allow you to chat with the AI agent on the node.
4848

4949
```
50-
... ... https://0xf63939431ee11267f4855a166e11cc44d24960c0.gaianet.xyz
50+
... ... https://0xf63939431ee11267f4855a166e11cc44d24960c0.gaia.domains
5151
```
5252

5353
- To stop the node: `gaianet stop`

0 commit comments

Comments
 (0)