-
Notifications
You must be signed in to change notification settings - Fork 1
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
Llama Inference Template Code 제작 #78
Conversation
requests: | ||
cpu: 2000m | ||
memory: 2000M | ||
nvidia.com/gpu: 1 | ||
limits: | ||
cpu: 2000m | ||
memory: 2000M | ||
nvidia.com/gpu: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CPU 1700m, Memory 3800M으로 변경해도 될듯.
memory: 2000M | ||
nvidia.com/gpu: 1 | ||
nodeSelector: | ||
karpenter.sh/nodepool: {node_pool_name} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nodepool은 nodepool-1을 사용하는 것으로 결정.
수정 완료. 확인 후 merge 부탁드립니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
내용 확인해봤는데 잘 적용된 것 같습니다.
다만 죄송한 건 무현님 코멘트에 따라 다시 수정할 수도 있다는 점.. 그리고 requirements.txt 파일이 수정될 수 있다는 점만 상기해주세요.
bb 고생하셨습니다.
No description provided.