Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
enzokro committed Sep 14, 2023
1 parent df9c36d commit deaabef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
8 changes: 4 additions & 4 deletions nbs/00_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
"The `mamba` package manager will handle the python version. Why Mamba? To start it is way fast and better than Anaconda, and it makes it easier to install OS and system-level packages we need outside of python. \n",
"\n",
"\n",
"We will use `pip` to install the actual python packages. Note that we could use mamba for this as well, but a few of the libraries we will install need custom options only passable via pip. \n",
"We will use `pip` to install the actual python packages. Note that we could use mamba for this as well, but a few of the libraries need custom pip options to install. \n",
"\n",
"> Note: The command `pip install -e .` is a good way to build packages from source when needed."
"> Note: Run `pip install -e .` to install a dynamic version of this package that tracks live code changes."
]
},
{
Expand All @@ -144,12 +144,12 @@
"\n",
"# Installing `mamba` on our computers\n",
"\n",
"[Full instructions](https://github.com/conda-forge/miniforge#install) \n",
"Follow the steps in the [official install instructions](https://github.com/conda-forge/miniforge#install). \n",
"\n",
"\n",
"## Mac Installation \n",
"\n",
"First find out the name of your architecture. This will determine which script we download.\n",
"First find the name of your architecture. We then use it to pick the right install script for each Mac.\n",
"\n"
]
},
Expand Down
9 changes: 1 addition & 8 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Fractal-LLM-Course\n",
"# Fractal LLMs Course\n",
"\n",
"> Fractal-U course on LLMs"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This file will become your README and also the index of your documentation."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit deaabef

Please sign in to comment.