Commit History

Forced import _C
695dc63
verified

nikigoli commited on

Update ms_deform_attn.py in main/models/GroundingDINO/ with different MSDA import
28446a4
verified

nikigoli commited on

Update build_ops.sh
fc2bb80
verified

nikigoli commited on

Printing CUDA_HOME location
5611ce6
verified

nikigoli commited on

removed export CUDA_HOME
7c89875
verified

nikigoli commited on

Set CUDA_HOME in build_ops.sh
e7f6a64
verified

nikigoli commited on

Running build_ops.sh directly instead of relying on wheel
83254a9
verified

nikigoli commited on

Update build_ops.sh
b8439a3
verified

nikigoli commited on

Create test.py
0f6534f
verified

nikigoli commited on

Removed call to check_ms_deform
b7c8cea
verified

nikigoli commited on

Changed running test code inline to running it in separate script
2385385
verified

nikigoli commited on

Added the functions import after installing msdeformable attention
e96fa12
verified

nikigoli commited on

Moved __future__ imports to the top
40e3710
verified

nikigoli commited on

Added a check to check the install of MS Deform Atten
14c8704
verified

nikigoli commited on

Update models/GroundingDINO/ms_deform_attn.py
a84ffa2
verified

nikigoli commited on

printing on deformable self attention
3f3ea6f
verified

nikigoli commited on

Changed checkpointing in config
9cb4d8e
verified

nikigoli commited on

Removed toplevel checkpoint setting for transformer
338c332
verified

nikigoli commited on

set model.transformer not model. for checkpointing
8a701a5
verified

nikigoli commited on

Turned off use_checkpoint and use_transformer_ckpt for model
d92100d
verified

nikigoli commited on

More debug printing inside transformer encoder
8e052dd
verified

nikigoli commited on

Added print statements in transformer file for debugging
a5e9c89
verified

nikigoli commited on

More debugging printing
64980f3
verified

nikigoli commited on

Printing layer index while debugging
a30d933
verified

nikigoli commited on

More printing for debugging purposes
92b1ea8
verified

nikigoli commited on

More debugging print statements
362146f
verified

nikigoli commited on

Set duration parameter to 120 s on tutorial counting function decorator
f753e98
verified

nikigoli commited on

Removed print statements from model file
7f0693b
verified

nikigoli commited on

Made call of model to device global in app.py file
75afff1
verified

nikigoli commited on

Added debugging texts to inside of gdino module
ea95726
verified

nikigoli commited on

Moved model to gpu before calling count functions
9a4feb1
verified

nikigoli commited on

Update app.py
4226630
verified

nikigoli commited on

printing devices
63e6330
verified

nikigoli commited on

Changed how device being allocated
1cc5944
verified

nikigoli commited on

Tried commenting out model.cpu() part of tutorial count function
b812b2c
verified

nikigoli commited on

Removed GPU for building models and transforms
20bd81e
verified

nikigoli commited on

Returned model to cpu after the execution of each gpu function
3c12f0e
verified

nikigoli commited on

Added @spaces.gpu decorator and switched to gpu officially
196d0c8
verified

nikigoli commited on

Changed py310 to cp310 in multiscale deformable attention file name
e5bcfa7
verified

nikigoli commited on

Rename MultiScaleDeformableAttention-1.0-py310-cp310-linux_x86_64.whl to MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl
24bc7de
verified

nikigoli commited on

Added ushlex
53c1bed
verified

nikigoli commited on

Added import shlex
6b40299
verified

nikigoli commited on

Changed to direct call to subprocess.run
c8278a5
verified

nikigoli commited on

Added call to build_multiscale_deform
01bd988
verified

nikigoli commited on

Added build_multiscale_deform_atten with new python 3.10 wheel file
6212556
verified

nikigoli commited on

Create build_multiscale_deform.sh
e101647
verified

nikigoli commited on

Upload MultiScaleDeformableAttention-1.0-py310-cp310-linux_x86_64.whl
469a482
verified

nikigoli commited on

Quick test
5e0f6b0
verified

nikigoli commited on

Added paper link
20b771d
verified

nikigoli commited on

Reverted app to cpu
d3cb7f0
verified

nikigoli commited on