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

docs: add quickstart update for deploy on spaces #5550

Merged
merged 40 commits into from
Oct 17, 2024

Conversation

davidberenstein1957
Copy link
Member

@davidberenstein1957 davidberenstein1957 commented Sep 30, 2024

Description

Closes NA

import argilla as rg

client = rg.Argilla.deploy_on_spaces(api_key="12345678")
import argilla as rg

client = rg.Argilla.deploy_on_spaces(
    repo_name="my-example",
    org_name=None,
    token=None,
    space_storage=None,
    space_hardware=None,
    private=False,
)

Type of change

  • Documentation update

How Has This Been Tested

Checklist

  • I added relevant documentation
  • I followed the style guidelines of this project
  • I did a self-review of my code
  • I made corresponding changes to the documentation
  • I confirm My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)

@davidberenstein1957 davidberenstein1957 marked this pull request as ready for review September 30, 2024 15:25
Copy link

Docs for this PR have been deployed hidden from versioning: https://docs.argilla.io/docs_deploy_on_spaces

@davidberenstein1957 davidberenstein1957 added this to the v2.4.0 milestone Oct 1, 2024
feat: add "argilla" as default workspace
@burtenshaw
Copy link
Contributor

@davidberenstein1957 Can you show the final snippet to use this feature in the description?

Base automatically changed from feat/5108-feature-add-method-to-deploy-on-spaces-through-huggingface_hub to develop October 17, 2024 07:33
@davidberenstein1957 davidberenstein1957 merged commit de153ea into develop Oct 17, 2024
1 of 7 checks passed
@davidberenstein1957 davidberenstein1957 deleted the docs/deploy_on_spaces branch October 17, 2024 07:41
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