Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove torch and cuda dependencies #60

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Remove torch and cuda dependencies #60

merged 1 commit into from
Apr 22, 2024

Conversation

AsiaCao
Copy link
Member

@AsiaCao AsiaCao commented Apr 22, 2024

Motivation

Make this library much lighter weight.

Changes

  1. Remove torch and cuda dependencies (not used anymore)
  2. Remove emb and data module (not used anymore)
  3. Bump the minor version because this is a backward incompatible change and it's in alpha version.

Copy link
Member

@dillonalaird dillonalaird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@humpydonkey humpydonkey merged commit e803fe1 into main Apr 22, 2024
7 checks passed
@AsiaCao AsiaCao deleted the remove-heavy-deps branch April 22, 2024 22:55
dillonalaird pushed a commit that referenced this pull request Apr 23, 2024
dillonalaird added a commit that referenced this pull request Apr 24, 2024
* added custom tools

* updated readme

* register tool returns tool'

* Add a new tool: determine if a bbox is contained within another bbox (#59)

* Add a new bounding box contains tool

* Fix format

* [skip ci] chore(release): vision-agent 0.1.5

* Add Count tools (#56)

* Adding counting tools to vision agent

* fixed heatmap overlay and addressesessed PR comments

* adding the counting tool to take both absolute coordinate and normalized coordinates, refactoring code, adding llm generate counter tool

* fix linting

* Remove torch and cuda dependencies (#60)

Resolve merge conflicts

* [skip ci] chore(release): vision-agent 0.2.1

* make it easier to use custom tools

* ran isort

* fix linting error

* added OCR

* added example template matching use case

* formatting and typing fix

* round scores

* fix readme typo

---------

Co-authored-by: Asia <[email protected]>
Co-authored-by: GitHub Actions Bot <[email protected]>
Co-authored-by: Shankar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants