Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seems like when max total token is so huge like 130000, and in the request if there is no max new token the response will be wrong #601

Open
1 of 4 tasks
ejiang-eog opened this issue Sep 11, 2024 · 0 comments

Comments

@ejiang-eog
Copy link

System Info

H100 running on docker

Information

  • Docker
  • The CLI directly

Tasks

  • An officially supported command
  • My own modifications

Reproduction

payload like:

    "parameters": {
        "adapter_id": "{some local model}",
        "adapter_source": "local",
        "api_token": null,
        "do_sample": false,
        // "max_new_tokens": 130000,
        "ignore_eos_token": false,
        "repetition_penalty": null,
        "return_full_text": false,
        "seed": null,
        "stop": [],
        "temperature": 0.1,
        "top_k": null,
        "top_p": null,
        "truncate": null,
        "typical_p": null,
        "watermark": false,
        "response_format": null,
        "details": true
    }

Expected behavior

not sure what is the expected behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant