You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now ds.push_to_hub() can push a dataset on main or on a new branch with branch=, but there is no way to open a pull request. Even passing branch=refs/pr/x doesn't seem to work: it tries to create a branch with that name
Assigned to myself and will get to it in the next week, but if someone finds this issue annoying and wants to submit a PR before I do, just ping me here and I'll reassign :).
Right now
ds.push_to_hub()
can push a dataset onmain
or on a new branch withbranch=
, but there is no way to open a pull request. Even passingbranch=refs/pr/x
doesn't seem to work: it tries to create a branch with that namecc @nateraw
It should be possible to tweak the use of
huggingface_hub
inpush_to_hub
to make it open a PR or push to an existing PRThe text was updated successfully, but these errors were encountered: