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 hf ckpt to faq, and include verl apis in the website #427

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

eric-haibin-lin
Copy link
Collaborator

Now APIs can be displayed:

image

@eric-haibin-lin eric-haibin-lin enabled auto-merge (squash) February 28, 2025 18:52
@@ -84,7 +84,7 @@ def union_tensor_dict(tensor_dict1: TensorDict, tensor_dict2: TensorDict) -> Ten
return tensor_dict1


def union_numpy_dict(tensor_dict1: dict[np.ndarray], tensor_dict2: dict[np.ndarray]) -> dict[np.ndarray]:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current standard of type hint actually prefers dict over typing.Dict, list over typing.List

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This starts from python 3.10. https://docs.python.org/3/library/typing.html

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. The doc server is not configured with py3.10 and threw errors. I'll update to 310 and see if we can build the doc

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