evo-design / evo

Biological foundation modeling from molecular to genome scale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Together model not found

wjwei-handsome opened this issue · comments

Hi!

Excellent work and papers!

But when I tried to use the together api, following the example in the README documentation, I found such an error.

openai.NotFoundError: Error code: 404 - {'error': {'message': 'Unable to access model togethercomputer/evo-1-131k-base. Please visit https://api.together.xyz to see the list of supported models or contact the owner to request access.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}

message Information :

chat_completion = client.chat.completions.create(
    messages=[
        {"role": "system", "content": ""},
        {
            "role": "user",
            "content": "ACGT",  # Prompt the model with a sequence.
        },
    ],
    model="togethercomputer/evo-1-131k-base",
    max_tokens=128,  # Sample some number of new tokens.
    logprobs=True,
)

Is there something missing?

Thanks!

Same error. And I didn't found evo-1-131k-base in the model list at https://api.together.xyz/models.

Together API will be live tomorrow!

will the model on together allows finetuning?

Together API will be live tomorrow!

Hi @Zymrael 宁致远,Thanks, I have seen it!

The links provided by @wjwei-handsome are correct. The model is up on the API, we'll announce it tomorrow with examples.