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

Conversion of Huggingface bigcode/santacoder to Nvidia Triton Inference server #17

Open
michaelfeil opened this issue Jan 24, 2023 · 0 comments

Comments

@michaelfeil
Copy link

michaelfeil commented Jan 24, 2023

Thanks for publishing the model to Huggingface. For using the Triton Inference server in Products like https://github.com/fauxpilot/fauxpilot:

Do you have any preferred way to convert it to Nvidia Triton Inference server (e.g. https://github.com/triton-inference-server/fastertransformer_backend), starting e.g. from the checkpoint by Huggingface?

model = AutoModelForCausalLM.from_pretrained(
    "bigcode/santacoder",
    revision="no-fim", # name of branch or commit hash
    trust_remote_code=True
)
mayank31398 pushed a commit to mayank31398/BigCode-Megatron-LM that referenced this issue Jun 20, 2023
mayank31398 pushed a commit to mayank31398/BigCode-Megatron-LM that referenced this issue Jun 21, 2023
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