Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if ! $(docker image inspect $IMAGE_NAME > /dev/null 2>&1) || $FORCE_REBUILD; the
fi
if [ ! -d "$BUILD_DIR/tokenizers-sys" ]; then
echo "Cloning tokenizers-sys..."
git clone git@github.com:FL33TW00D/tokenizers-sys.git $BUILD_DIR/tokenizers-sys
git clone https://github.com/FL33TW00D/tokenizers-sys.git $BUILD_DIR/tokenizers-sys
cd $BUILD_DIR/tokenizers-sys
git checkout 686f9341517ecac0d4afcdf48e4863242a3d3cde
cd -
Expand Down