Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bird Image Classification
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR-DS
AP 4.2 Demonstrator
Example Projects
Bird Image Classification
Commits
509327c2
Commit
509327c2
authored
7 months ago
by
Jonathan Hartman
Browse files
Options
Downloads
Patches
Plain Diff
fix module load order
parent
ec525e3b
No related branches found
No related tags found
No related merge requests found
Pipeline
#1539335
failed
7 months ago
Stage: prepare_data
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-5
6 additions, 5 deletions
.gitlab-ci.yml
with
6 additions
and
5 deletions
.gitlab-ci.yml
+
6
−
5
View file @
509327c2
...
@@ -30,15 +30,15 @@ prepare_data:
...
@@ -30,15 +30,15 @@ prepare_data:
SLURM_PARAMTIME
:
"
-t
10:00"
SLURM_PARAMTIME
:
"
-t
10:00"
stage
:
prepare_data
stage
:
prepare_data
before_script
:
before_script
:
-
python -m pip install poetry
-
poetry config virtualenvs.create
false
-
poetry install
script
:
-
module load GCCcore/.13.3.0
-
module load GCCcore/.13.3.0
-
module load Python/3.12.3
-
module load Python/3.12.3
-
module load GCC/12.3.0
-
module load GCC/12.3.0
-
module load OpenMPI/4.1.5
-
module load OpenMPI/4.1.5
-
module load PyTorch/2.1.2-CUDA-12.1.1
-
module load PyTorch/2.1.2-CUDA-12.1.1
-
python -m pip install poetry
-
poetry config virtualenvs.create
false
-
poetry install
script
:
-
echo "I would be preparing the data..."
-
echo "I would be preparing the data..."
test_hpc
:
test_hpc
:
...
@@ -51,11 +51,12 @@ test_hpc:
...
@@ -51,11 +51,12 @@ test_hpc:
variables
:
variables
:
SLURM_PARAM_CPUS
:
"
--cpus-per-task
1"
SLURM_PARAM_CPUS
:
"
--cpus-per-task
1"
SLURM_PARAMTIME
:
"
-t
10:00"
SLURM_PARAMTIME
:
"
-t
10:00"
script
:
before_
script
:
-
module load GCCcore/.13.3.0
-
module load GCCcore/.13.3.0
-
module load Python/3.12.3
-
module load Python/3.12.3
-
module load GCC/12.3.0
-
module load GCC/12.3.0
-
module load OpenMPI/4.1.5
-
module load OpenMPI/4.1.5
-
module load PyTorch/2.1.2-CUDA-12.1.1
-
module load PyTorch/2.1.2-CUDA-12.1.1
script
:
-
python -m pip install --user python-dotenv matplotlib tqdm torchvision==0.16
-
python -m pip install --user python-dotenv matplotlib tqdm torchvision==0.16
-
python main.py --debug
-
python main.py --debug
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment