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

feat: allow artifact sharing #602

Merged
merged 11 commits into from
Nov 10, 2022
Merged

feat: allow artifact sharing #602

merged 11 commits into from
Nov 10, 2022

Conversation

bwanglzu
Copy link
Member

@bwanglzu bwanglzu commented Nov 10, 2022

This PR allows user share artifact with others. by specifying public=True, the artifact will be set as an pubic artifact, anyone has the artifact id should be able to download it anywhere.

  • add code
  • update documentation
finetuner.fit(
     model=..,
     train_data=...,
     ...,
+    public=True,
)

  • This PR references an open issue
  • I have added a line about this change to CHANGELOG

@bwanglzu
Copy link
Member Author

DO NOT MERGE UNTIL CORE RELEASE

@bwanglzu bwanglzu marked this pull request as ready for review November 10, 2022 02:59
finetuner/__init__.py Outdated Show resolved Hide resolved
bwanglzu and others added 3 commits November 10, 2022 09:41
Co-authored-by: George Mastrapas <32414777+gmastrapas@users.noreply.github.com>
@github-actions github-actions bot added the area/testing This issue/PR affects testing label Nov 10, 2022
@guenthermi guenthermi mentioned this pull request Nov 10, 2022
2 tasks
@github-actions
Copy link

📝 Docs are deployed on https://ft-feat-public-artifact--jina-docs.netlify.app 🎉

@bwanglzu bwanglzu merged commit c275fef into main Nov 10, 2022
@bwanglzu bwanglzu deleted the feat-public-artifact branch November 10, 2022 14:27
@bwanglzu bwanglzu mentioned this pull request Nov 10, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants