Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_interop_torch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_interop_torch
Merge requests
!2
0.0.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
0.0.1
dev
into
main
Overview
0
Commits
13
Pipelines
2
Changes
5
Merged
Cyril Moineau
requested to merge
dev
into
main
1 year ago
Overview
0
Commits
13
Pipelines
2
Changes
5
Expand
Release 0.0.1
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
d21edb2d
13 commits,
1 year ago
5 files
+
161
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
.gitlab/ci/build.gitlab-ci.yml
+
6
−
0
Options
@@ -23,9 +23,15 @@ build:ubuntu_python:
-
DEPENDENCY_NAME="aidge_backend_cpu"
-
!reference
[
.download_dependency
,
script
]
# aidge_learning
-
DEPENDENCY_NAME="aidge_learning"
-
!reference
[
.download_dependency
,
script
]
-
python3 -m pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
python3 -m pip install numpy coverage onnxruntime
# used for tests
-
python3 -m pip install -r requirements.txt
-
python3 -m pip install . -v
artifacts
:
Loading