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

download compressed deployment directory #1318

Merged
merged 2 commits into from
Oct 17, 2023
Merged

download compressed deployment directory #1318

merged 2 commits into from
Oct 17, 2023

Conversation

bfineran
Copy link
Contributor

@bfineran bfineran commented Oct 12, 2023

to land with neuralmagic/sparsezoo#373

updates deployment directory downloads to target the compressed directory instead of loose files

simple test:

from deepsparse import Pipeline

pipeline = Pipeline.create(
    "text-generation",
    model_path="zoo:nlg/text_generation/mpt-7b/pytorch/huggingface/mpt_chat/base-none",
    engine_type="onnxruntime"
)

pipeline("test", generation_config=dict(max_new_tokens=10))

@bfineran bfineran merged commit 697752f into main Oct 17, 2023
9 of 11 checks passed
@bfineran bfineran deleted the deployment-tar branch October 17, 2023 18:29
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

Successfully merging this pull request may close these issues.

3 participants