mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 06:13:58 -05:00
chore: use script to pull hpu files
This commit is contained in:
committed by
Nicolas Sarlin
parent
57cbab9fe1
commit
7bcd6b94da
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "invalid arguments, usage:\n"
|
||||
echo "$0 dest_path"
|
||||
echo "$0 <data_path>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@@ -13,4 +13,4 @@ if ! git lfs env 2>/dev/null >/dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git lfs pull --include="$1/*" --exclude="*.hpu"
|
||||
git lfs pull --include="$1/*" --exclude=""
|
||||
Reference in New Issue
Block a user