Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/samayala22/tinyvlm
Browse files Browse the repository at this point in the history
  • Loading branch information
samayala22 committed Jan 23, 2025
2 parents 4694181 + b5c8ba4 commit c5dffd1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 279 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.cache/
.xmake/
build/
__pycache__/
compile_commands.json
148 changes: 0 additions & 148 deletions data/autodiff_kine.py

This file was deleted.

30 changes: 0 additions & 30 deletions data/debug.py

This file was deleted.

101 changes: 0 additions & 101 deletions data/debug2.py

This file was deleted.

2 changes: 2 additions & 0 deletions data/gradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

import time

nb.config.CACHE = True

@nb.njit
def cross2d(a, b):
return a[0] * b[1] - a[1] * b[0]
Expand Down

0 comments on commit c5dffd1

Please sign in to comment.