Skip to content

Commit

Permalink
[example] Add diff sph demo (#4769)
Browse files Browse the repository at this point in the history
* [example] add diff sph demo

* add pretrained models

* add comments and rename the file
  • Loading branch information
erizmr authored Apr 12, 2022
1 parent e675ddc commit 6a15da8
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ include *.cfg
include python/taichi/*.md
recursive-include python/taichi/assets *
recursive-include python/taichi/examples *.py
include python/taichi/examples/autodiff/diff_sph/fc1_pretrained.pkl
include python/taichi/examples/autodiff/diff_sph/fc2_pretrained.pkl
include python/taichi/_lib/core/*.so
include python/taichi/_lib/core/*.pyd
include python/taichi/_lib/runtime/*.bc
Expand Down
Loading

0 comments on commit 6a15da8

Please sign in to comment.