feat(pre-commit): trim unnecessary notebook metadata from git history (#2127)
This commit is contained in:
@@ -33,14 +33,7 @@
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"execution": {
|
||||
"iopub.execute_input": "2024-11-07T18:46:04.789536Z",
|
||||
"iopub.status.busy": "2024-11-07T18:46:04.789418Z",
|
||||
"iopub.status.idle": "2024-11-07T18:46:27.038169Z",
|
||||
"shell.execute_reply": "2024-11-07T18:46:27.037540Z"
|
||||
}
|
||||
},
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# launch the offline engine\n",
|
||||
@@ -62,14 +55,7 @@
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"execution": {
|
||||
"iopub.execute_input": "2024-11-07T18:46:27.040005Z",
|
||||
"iopub.status.busy": "2024-11-07T18:46:27.039872Z",
|
||||
"iopub.status.idle": "2024-11-07T18:46:30.203840Z",
|
||||
"shell.execute_reply": "2024-11-07T18:46:30.203368Z"
|
||||
}
|
||||
},
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"prompts = [\n",
|
||||
@@ -97,14 +83,7 @@
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"execution": {
|
||||
"iopub.execute_input": "2024-11-07T18:46:30.205880Z",
|
||||
"iopub.status.busy": "2024-11-07T18:46:30.205719Z",
|
||||
"iopub.status.idle": "2024-11-07T18:46:39.256561Z",
|
||||
"shell.execute_reply": "2024-11-07T18:46:39.255880Z"
|
||||
}
|
||||
},
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"prompts = [\n",
|
||||
@@ -135,14 +114,7 @@
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"execution": {
|
||||
"iopub.execute_input": "2024-11-07T18:46:39.259464Z",
|
||||
"iopub.status.busy": "2024-11-07T18:46:39.259309Z",
|
||||
"iopub.status.idle": "2024-11-07T18:46:42.384955Z",
|
||||
"shell.execute_reply": "2024-11-07T18:46:42.384378Z"
|
||||
}
|
||||
},
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"prompts = [\n",
|
||||
@@ -177,14 +149,7 @@
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"execution": {
|
||||
"iopub.execute_input": "2024-11-07T18:46:42.387431Z",
|
||||
"iopub.status.busy": "2024-11-07T18:46:42.387279Z",
|
||||
"iopub.status.idle": "2024-11-07T18:46:51.448572Z",
|
||||
"shell.execute_reply": "2024-11-07T18:46:51.447781Z"
|
||||
}
|
||||
},
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"prompts = [\n",
|
||||
@@ -213,15 +178,8 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 6,
|
||||
"metadata": {
|
||||
"execution": {
|
||||
"iopub.execute_input": "2024-11-07T18:46:51.451177Z",
|
||||
"iopub.status.busy": "2024-11-07T18:46:51.450952Z",
|
||||
"iopub.status.idle": "2024-11-07T18:46:51.497530Z",
|
||||
"shell.execute_reply": "2024-11-07T18:46:51.496850Z"
|
||||
}
|
||||
},
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"llm.shutdown()"
|
||||
@@ -229,11 +187,6 @@
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "AlphaMeemory",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
"name": "ipython",
|
||||
@@ -243,8 +196,7 @@
|
||||
"mimetype": "text/x-python",
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.7"
|
||||
"pygments_lexer": "ipython3"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Reference in New Issue
Block a user