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

Deploying on Google Cloud run #97

Open
jruokola opened this issue Oct 11, 2024 · 0 comments
Open

Deploying on Google Cloud run #97

jruokola opened this issue Oct 11, 2024 · 0 comments

Comments

@jruokola
Copy link

jruokola commented Oct 11, 2024

Managed to deploy to GCP cloud run using your example. Question what kind of payload does the model accept? I can see traffic going and things happening in the cloud run side but no response to this:

curl -X 'POST'
'https://lxxxx.us-central1.run.app/v1/chat/completions'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{
"model": "nvidia/llama-3-8b-instruct-l4:1.0",
"messages": [{"role":"user", "content":"Write a limerick about the wonders of GPU computing."}],
"max_tokens": 64

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