πŸ“„ Llama 3 8B InstructΒΆ

engines.ibm_gen_ai.llama_3_8b_instruct

IbmGenAiInferenceEngine(
    model_name="meta-llama/llama-3-8b-instruct",
    max_new_tokens=2048,
    random_seed=42,
)
[source]

Read more about catalog usage here.