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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Artifacts
2
2
3
3
This repo is created to easily build binaries related to common LLM/NLP libraries. Before doing a release for any package, refer to following key steps,
4
-
1. Run `git submodule update --remote --merge` to update all submodules.
4
+
1. Run `update-submodules.yaml` to update all submodules.
5
5
2. Update the respective workflow to choose your preferred CUDA/Python/OS version.
6
6
3. Create a new release, including a description with the latest source package version.
7
7
4. Run the desired workflow file.
@@ -13,10 +13,10 @@ Provide custom-built CUDA-compatible wheels that override the default CMAKE args
0 commit comments