Skip to content

Commit 6a15da8

Browse files
authored
[example] Add diff sph demo (#4769)
* [example] add diff sph demo * add pretrained models * add comments and rename the file
1 parent e675ddc commit 6a15da8

File tree

4 files changed

+639
-0
lines changed

4 files changed

+639
-0
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include *.cfg
66
include python/taichi/*.md
77
recursive-include python/taichi/assets *
88
recursive-include python/taichi/examples *.py
9+
include python/taichi/examples/autodiff/diff_sph/fc1_pretrained.pkl
10+
include python/taichi/examples/autodiff/diff_sph/fc2_pretrained.pkl
911
include python/taichi/_lib/core/*.so
1012
include python/taichi/_lib/core/*.pyd
1113
include python/taichi/_lib/runtime/*.bc

0 commit comments

Comments
 (0)