ritianyu commited on
Commit
40c30c3
·
1 Parent(s): 153e5ea
.claude/settings.local.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "WebFetch(domain:github.com)",
5
+ "Bash(python -c \"import ast; ast.parse\\(open\\(''app.py''\\).read\\(\\)\\); print\\(''app.py: OK''\\)\")",
6
+ "Bash(python -c \"import ast; ast.parse\\(open\\(''InfiniDepth/utils/hf_demo_utils.py''\\).read\\(\\)\\); print\\(''hf_demo_utils.py: OK''\\)\")",
7
+ "Bash(python:*)"
8
+ ]
9
+ }
10
+ }
InfiniDepth/model/block/prompt_models/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/InfiniDepth/model/block/prompt_models/__pycache__/__init__.cpython-310.pyc and b/InfiniDepth/model/block/prompt_models/__pycache__/__init__.cpython-310.pyc differ
 
InfiniDepth/model/block/prompt_models/__pycache__/rope.cpython-310.pyc CHANGED
Binary files a/InfiniDepth/model/block/prompt_models/__pycache__/rope.cpython-310.pyc and b/InfiniDepth/model/block/prompt_models/__pycache__/rope.cpython-310.pyc differ
 
InfiniDepth/model/block/prompt_models/__pycache__/selfattn.cpython-310.pyc CHANGED
Binary files a/InfiniDepth/model/block/prompt_models/__pycache__/selfattn.cpython-310.pyc and b/InfiniDepth/model/block/prompt_models/__pycache__/selfattn.cpython-310.pyc differ