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

Add GPU resource request to ray_serve_vllm_vicuna13b_manifest_v27.yaml #1

Open
sfc-gh-jsummer opened this issue Dec 22, 2023 · 0 comments

Comments

@sfc-gh-jsummer
Copy link

spec:
  containers:
  - name: vllm
    image: <<repository_url>>/rayservevllmvicuna13b
    resources:
      requests:
        nvidia.com/gpu: 1
      limits:
        nvidia.com/gpu: 1
    volumeMounts:
    - name: dshm
      mountPath: /dev/shm
    env:
      HF_TOKEN: <<hf_token>>
      HF_MODEL: lmsys/vicuna-13b-v1.5-16k
    args:
      - python3
      - main.py
      - deploy_app
      - "--url=ray://spcs-ray-custom-head-service:10001"
  volumes:
  - name: dshm
    source: memory
    size: 10.16Gi
  endpoints:
  - name: api
    port: 8000
    public: true
  networkPolicyConfig:
    allowInternetEgress: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant