import transformers import torch

model_id = "meta-llama/Meta-Llama-3.1-8B"

pipeline = transformers.pipeline( "text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16}, device_map="auto" )

pipeline("Hey how are you doing today?")

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no pipeline_tag.

Model tree for divjotst/llama_integration_EWS

Finetuned
(878)
this model