info_tfgrid/collections/dashboard/deploy/node_finder.md
2024-04-29 18:23:19 +00:00

41 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1>Node Finder</h1>
<h2>Table of Contents</h2>
- [Nodes](#nodes)
- [GPU Support](#gpu-support)
***
## Nodes
The Node Finder page provides a more detailed view for the nodes available on the ThreeFold grid With detailed information and statistics about any of the available nodes.
![](../img/nodes.png)
You can get a node with the desired specifications using the filters available in the nodes page.
![](../img/nodes_filters.png)
You can see all of the node details by clicking on a node record.
![](../img/nodes_details.png)
## GPU Support
![GPU support](../img/gpu_filter.png)
- A new filter for GPU supported node is now available on the Nodes page.
- GPU count
- Filtering capabilities based on the model / device
On the details pages is shown the card information and its status (`reserved` or `available`) also the ID thats needed to be used during deployments is easily accessible and has a copy to clipboard button.
![GPU details](../img/gpu_details.png)
Heres an example of how it looks in case of reserved
![GPU details](../img/gpu_details_reserved.png)
The TF Dashboard is where to reserve the nodes the farmer should be able to set the extra fees on the form and the user also should be able to reserve and get the details of the node (cost including the extrafees, GPU informations).