NavigationContentFooter
Jump toSuggest an edit

Understanding the Llama-2-7b-chat model

Model overview

AttributeDetails
ProviderMeta
Model Namellama-2-7b-chat
Compatible InstancesH100 (FP16, FP8) - L4 (FP16, FP8)
Context size4,096 tokens

Model names

meta/llama-2-7b-chat:fp16
meta/llama-2-7b-chat:fp8

Compatible Instances

  • H100 (FP16, FP8)
  • L4 (FP16, FP8)

Model introduction

This is the Llama-2-7b-chat model, developed by Meta, fine-tuned on instructions to make it better a being a chat bot.

Why you will love it

The Llama-2-7b-chat model is versatile, knowledgeable, creative, constantly learning, and friendly, making it a valuable conversational companion and source of assistance.

How to use it

Sending LLM Inference requests

To perform inference tasks with your Llama-2 deployed at Scaleway, use the following command:

curl -s \
-H "Authorization: Bearer <IAM API key>" \
-H "Content-Type: application/json" \
--request POST \
--url "https://<Deployment UUID>.ifr.fr-par.scw.cloud/v1/chat/completions" \
--data '{"model": "llama-2-7b-chat", "messages":[{"role": "user","content": "There is a llama in my garden, what should I do?"}], "max_tokens": 200, "top_p": 1, "temperature": 1, "stream": false}'

Make sure to replace <IAM API key> and <Deployment UUID> with your actual IAM API key and the Deployment UUID you are targeting.

Tip

The model name allows Scaleway to put your prompts in the expected format.

Note

Ensure that the messages array is properly formatted with roles (system, user, assistant) and content.

Receiving Inference responses

Upon sending the HTTP request to the public or private endpoints exposed by the server, you will receive inference responses from the managed LLM Inference server. Process the output data according to your application’s needs. The response will contain the output generated by the LLM model based on the input provided in the request.

Note

Despite efforts for accuracy, the possibility of generated text containing inaccuracies or hallucinations exists. Always verify the content generated independently.

Docs APIScaleway consoleDedibox consoleScaleway LearningScaleway.comPricingBlogCarreer
© 2023-2024 – Scaleway