File size: 1,051 Bytes
d386e09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
 "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
}