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

[HuggingFace] Add HF hub integration #27

Merged
merged 8 commits into from
Aug 16, 2024

update readme

661119f
Select commit
Loading
Failed to load commit list.
Merged

[HuggingFace] Add HF hub integration #27

update readme
661119f
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Aug 16, 2024 in 0s

6 new issues (0 max.) of at least minor severity.

Annotations

Check notice on line 185 in README.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

README.md#L185

Element: summary

Check notice on line 6 in onnxtr/models/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

onnxtr/models/__init__.py#L6

'.factory.*' imported but unused (F401)

Check notice on line 1 in onnxtr/models/factory/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

onnxtr/models/factory/__init__.py#L1

'.hub.*' imported but unused (F401)

Check warning on line 12 in onnxtr/models/factory/hub.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

onnxtr/models/factory/hub.py#L12

Consider possible security implications associated with the subprocess module.

Check failure on line 49 in onnxtr/models/factory/hub.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

onnxtr/models/factory/hub.py#L49

Python possesses many mechanisms to invoke an external executable.

Check warning on line 49 in onnxtr/models/factory/hub.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

onnxtr/models/factory/hub.py#L49

subprocess call - check for execution of untrusted input.