Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
51621439
Commit
51621439
authored
Jun 06, 2024
by
Daniël de Kok
Committed by
Daniël de Kok
Jun 06, 2024
Browse files
marlin: improve build
parent
0d96468e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
server/Makefile-marlin
server/Makefile-marlin
+7
-9
No files found.
server/Makefile-marlin
View file @
51621439
marlin_commit := 2f6d7c10e124b3c5fa29ff8d77d568bd7af3274c
marlin_commit := 2f6d7c10e124b3c5fa29ff8d77d568bd7af3274c
marlin:
build-marlin:
# Clone marlin
if [ ! -d 'marlin' ]; then \
pip install packaging
pip install -U ninja packaging --no-cache-dir && \
git clone https://github.com/IST-DASLab/marlin.git marlin
git clone https://github.com/IST-DASLab/marlin.git marlin; \
fi
build-marlin: marlin
cd marlin && git fetch && git checkout $(marlin_commit) && python setup.py build
cd marlin && git fetch && git checkout $(marlin_commit)
cd marlin && python setup.py build
install-marlin: build-marlin
install-marlin: build-marlin
cd marlin &&
python setup.py
install
cd marlin
&&
git fetch && git checkout $(marlin_commit) && pip
install
-e .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment