Skip to content

Conversation

@tgenaitay
Copy link
Contributor

@tgenaitay tgenaitay commented Dec 9, 2024

Your checklist for this pull request

Description

Managed Inference

  • Reference page with GPU config
  • Navigation menu

Generative APIs

  • How to about Continue's config
  • Bring Qwen to supported models

@tgenaitay tgenaitay requested a review from bene2k1 as a code owner December 9, 2024 11:01
@tgenaitay tgenaitay requested review from RoRoJ, fpagny, ldecarvalho-doc and scwgoire and removed request for bene2k1 December 9, 2024 11:02
@tgenaitay tgenaitay removed the request for review from RoRoJ December 9, 2024 14:10
]
```

Read more about how to set up your `config.json` on the [official Continue documentation](https://docs.continue.dev/reference).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file is typically stored as $HOME/.continue/config.json on linux/macos systems and %USERPROFILE%\.continue\config.json on windows systems, may be nice to add this as a note because it is not very well documented.

-H "Content-Type: application/json" \
--request POST \
--url "https://<Deployment UUID>.ifr.fr-par.scaleway.com/v1/chat/completions" \
--data '{"model":"qwen/qwen2.5-coder-32b-instruct:int8", "messages":[{"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful code assistant."},{"role": "user","content": "Write a quick sort algorithm."}], "max_tokens": 1000, "temperature": 1, "stream": false}'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temperature may be a bit high there no?

Make sure to replace `<IAM API key>` and `<Deployment UUID>` with your actual [IAM API key](/identity-and-access-management/iam/how-to/create-api-keys/) and the Deployment UUID you are targeting.

<Message type="tip">
The model name allows Scaleway to put your prompts in the expected format.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure there is added value here, what did you want to express?

Slashgear and others added 7 commits December 9, 2024 15:31
* docs(k8s): version release 1.31

* Update containers/kubernetes/reference-content/version-support-policy.mdx

Co-authored-by: nerda-codes <[email protected]>

---------

Co-authored-by: nerda-codes <[email protected]>
* chore(gen): documentation review MTA-5329

* chore(gen): update

* Update tutorials/veeam-backup-replication-s3/index.mdx

Co-authored-by: nerda-codes <[email protected]>

---------

Co-authored-by: nerda-codes <[email protected]>
@tgenaitay tgenaitay closed this Dec 9, 2024
@tgenaitay tgenaitay deleted the int-feat-ai-qwen branch December 9, 2024 16:00
@tgenaitay
Copy link
Contributor Author

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

Successfully merging this pull request may close these issues.

9 participants