Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a new fine-tuning instance, how to use local GPUs resources #798

Open
tianj0522 opened this issue Nov 19, 2024 · 4 comments
Open
Labels
documentation Improvements or additions to documentation

Comments

@tianj0522
Copy link

image

@tianj0522
Copy link
Author

version: v1.0.0

@Rader
Copy link
Collaborator

Rader commented Nov 19, 2024

suppose you have managed GPUs with k8s, please copy the kube config file to .kube folder of service csghub_server_runner.

.kube folder mounted in docker compose yaml config:

  csghub_server_runner:
   
...
    volumes:
      - ./.kube:/root/.kube:r

@Rader Rader changed the title 新建微调实例,资源配置怎么使用本地的gpu Create a new fine-tuning instance, how to use local GPUs resources Nov 19, 2024
@Rader
Copy link
Collaborator

Rader commented Nov 19, 2024

resource list are read from table space_resources, change the config according to your real GPU instances.

@Rader Rader added the documentation Improvements or additions to documentation label Nov 19, 2024
@tianj0522
Copy link
Author

资源列表从表中读取space_resources,根据您的实际 GPU 实例更改配置。

Are there any standards for modification? For example, the GPU instance used in my k8s cluster is NVIDIA-GeForce-RTX-4070 4 cards, which are managed uniformly using gpu-operator. After adding relevant information, it still cannot be selected. The space_resources table configuration is shown in the figure below
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants