{ "cells": [ { "cell_type": "code", "execution_count": null, "id": "1d446337-f819-4ae4-8cad-240c38e02603", "metadata": { "tags": [] }, "outputs": [], "source": [ "!git fetch --all\n", "!git reset --hard origin/main\n", "!git pull\n", "!rsync -r \"embeddings/\" \"../embeddings/\"\n", "!git repack -a -d --depth=250 --window=250\n", "%cd .git\n", "!rm -r lfs\n", "%cd .." ] }, { "cell_type": "code", "execution_count": null, "id": "e705a446-cefe-428f-a626-643f7641f088", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "default:Python", "language": "python", "name": "conda-env-default-py" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.16" } }, "nbformat": 4, "nbformat_minor": 5 }