Skip to content

Commit

Permalink
fix: fix lfs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 19, 2023
1 parent c41c418 commit aa49873
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions finetunes/deepseek/finetune.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
"!pip install deepspeed"
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"# if you want to clone without large files – just their pointers\n",
"!apt install git-lfs"
],
"metadata": {
"collapsed": false
},
"id": "8fd2eb721d14953a"
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit aa49873

Please sign in to comment.