Skip to content

Getting inference endpoint error with example set ups #49

@escottgoodwin

Description

@escottgoodwin

Get this error

Error loading InferenceEndpointsLLM: 404 Client Error: Not Found for url:
https://api-inference.huggingface.co/status/meta-llama/Llama-3.1-8B-Instruct (Request ID:
Root=1-68202d53-4b116e3c28598a893ad14260;6dcf4f07-1775-4513-9bd0-26c915ea103b)

with

os.environ["HF_TOKEN"] = "hf_.."
os.environ["MAGPIE_PRE_QUERY_TEMPLATE"] = "llama3"
os.environ["MODEL"] = "meta-llama/Llama-3.1-8B-Instruct" # use model for instruction generation
os.environ["TOKENIZER_ID"] = "meta-llama/Meta-Llama-3.1-8B-Instruct" # tokenizer id

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions