mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 22:46:31 +00:00
Update .gitignore and refine documentation for execution environment
- Added Cython generated files to .gitignore to prevent unnecessary tracking. - Updated paths in `inference.c` and `coreml_engine.c` to reflect the correct virtual environment. - Revised the execution environment documentation to clarify hardware dependency checks and local execution instructions, ensuring accurate guidance for users. - Removed outdated Docker suitability checks and streamlined the assessment process for test execution environments.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"distutils": {
|
||||
"include_dirs": [
|
||||
"/Users/obezdienie001/dev/azaion/suite/detections/.venv-e2e/lib/python3.13/site-packages/numpy/_core/include"
|
||||
"/Users/obezdienie001/dev/azaion/suite/detections/.venv/lib/python3.13/site-packages/numpy/_core/include"
|
||||
],
|
||||
"name": "engines.coreml_engine",
|
||||
"sources": [
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"distutils": {
|
||||
"include_dirs": [
|
||||
"/Users/obezdienie001/dev/azaion/suite/detections/.venv-e2e/lib/python3.13/site-packages/numpy/_core/include"
|
||||
"/Users/obezdienie001/dev/azaion/suite/detections/.venv/lib/python3.13/site-packages/numpy/_core/include"
|
||||
],
|
||||
"name": "engines.inference_engine",
|
||||
"sources": [
|
||||
|
||||
Reference in New Issue
Block a user