这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@

*.ply binary
*.splat binary

*.lock -diff
57 changes: 0 additions & 57 deletions .github/workflows/deploy-pages.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
enable-sccache: "false"

- name: test (default)
run: cargo test
run: cargo test --no-default-features --features backend_ndarray
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ out/
*.safetensors
assets/model/

__pycache__/

.DS_Store

test_depth.png
Expand Down
Loading