Skip to content

Commit

Permalink
pin to prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wgifford committed Jan 29, 2025
1 parent a942e0d commit 505c00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/finetuning/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ boilerplate:
cat $$f>>tsfmfinetuning/$$(basename $$f); \
echo $$(basename $$f) >> tsfmfinetuning/.gitignore; \
done

image:
$(CONTAINER_BUILDER) build -t tsfmfinetuning -f Dockerfile .

clone_models:
git lfs install || true
git clone https://huggingface.co/ibm-research/test-tsfm mytest-tsfm || true
cd mytest-tsfm && git checkout fc98672d6d1f58305ce50038b63a6936c646f581 && cd .. || true


fetchdata:
Expand Down
1 change: 1 addition & 0 deletions services/inference/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ install_dev: boilerplate
clone_models:
git lfs install || true
git clone https://huggingface.co/ibm-research/test-tsfm mytest-tsfm || true
cd mytest-tsfm && git checkout fc98672d6d1f58305ce50038b63a6936c646f581 && cd .. || true

delete_models:
rm -rf mytest-tsfm || true
Expand Down

0 comments on commit 505c00e

Please sign in to comment.