This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
chore(deps): add pybind11
tags/v1.0.0-rc1
Megvii Engine Team
4 years ago
parent
6b380e8965
commit
b9a774dd19
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitmodules
+2
-0
third_party/prepare.sh
+1
-0
third_party/pybind11
+ 3
- 0
.gitmodules
View File
@@ -28,3 +28,6 @@
[submodule "third_party/cpuinfo"]
path = third_party/cpuinfo
url = https://github.com/pytorch/cpuinfo.git
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
+ 2
- 0
third_party/prepare.sh
View File
@@ -36,3 +36,5 @@ pushd MegRay/third_party >/dev/null
git submodule update --init gdrcopy
git submodule update --init ucx
popd >/dev/null
git submodule update --init pybind11
+ 1
- 0
third_party/pybind11
@@ -0,0 +1 @@
Subproject commit b3d8fec066285c831b69fd77c092f1cc70e38882
Write
Preview
Loading…
Cancel
Save