substratusai / images

Official Substratus Container Images
1 stars 0 forks source link

make sure the title shows server name #27

Closed samos123 closed 1 year ago

samos123 commented 1 year ago

Testing with:

apiVersion: substratus.ai/v1
kind: Server
metadata:
  name: falcon-7b-instruct
spec:
  image: substratusai/model-server-basaran:pr-27
  model:
    name: falcon-7b-instruct
  resources:
    gpu:
      type: nvidia-l4
      count: 1
samos123 commented 1 year ago

Verified that it now succesfully shows the pod hostname instead of always showing /content/saved-model and you had no idea what server you were talking to.

samos123 commented 1 year ago

Going to merge because of small change