Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
word2vec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lexworkers
word2vec
Commits
17d1b811
Commit
17d1b811
authored
Sep 18, 2023
by
Damian Raczkowski
Browse files
Options
Downloads
Patches
Plain Diff
try to fix files not found
parent
503acaff
No related branches found
No related tags found
1 merge request
!4
Gitlab registry
Pipeline
#13410
passed
Sep 18, 2023
Stage: check_style
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
entrypoint.py
+1
-1
1 addition, 1 deletion
entrypoint.py
with
1 addition
and
1 deletion
entrypoint.py
+
1
−
1
View file @
17d1b811
...
...
@@ -3,7 +3,7 @@ from subprocess import run
s3_endpoint
=
"
https://s3.clarin-pl.eu
"
s3_location
=
"
s3://workers/word2vec
/
"
s3_location
=
"
s3://workers/word2vec
"
local_models_location
=
"
/home/worker/models/
"
main_cmd
=
\
...
...
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