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

Add fusion commands to manage files in models space #51

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

hbindu-ss
Copy link
Contributor

This PR adds below fusion commands to upload/downloads LLM models from models space.

UPLOAD MODEL '<model_name>' FROM '<local_path>' [ OVERWRITE ];
DOWNLOAD MODEL '<model_name>'[ TO '<local_path>' ] [ OVERWRITE ];
DROP MODEL '<model_name>';
SHOW MODELS  [ AT '<path>' ] [ LIKE '<like>' ] [ ORDER BY '<order-by>' [ ASC | DESC ],... ] [ LIMIT ] [ RECURSIVE ] [ EXTENDED ];

cc: @ricardoasmarques @nunogoncalves03 @kanitsharma

@kesmit13 kesmit13 merged commit b6b285c into singlestore-labs:main Jan 6, 2025
5 of 6 checks passed
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.

2 participants