cleanup instructions on colab notebok

This commit is contained in:
Victor Hall 2023-01-25 22:37:39 -05:00
parent 99900d4980
commit d9e31c719e
1 changed files with 3 additions and 2 deletions

View File

@ -33,6 +33,7 @@
"outputs": [],
"source": [
"#@title # Install python 3.10 \n",
"#@markdown # This will show a runtime error, its ok, its on purpose to restart the kernel to update python.\n",
"import os\n",
"from IPython.display import clear_output\n",
"!wget https://github.com/korakot/kora/releases/download/v0.10/py310.sh\n",
@ -323,9 +324,9 @@
"#@markdown Use the steps_between_samples to set how often the samples are generated.\n",
"Steps_between_samples = 300 #@param{type:\"integer\"}\n",
"\n",
"#@markdown *Weights and biases token. \n",
"#@markdown *Weights and Biases logging token. \n",
"\n",
"# #@markdown Paste your token here if you have an account so you can use it to track your training progress. If you don't have an account, you can create one for free at https://wandb.ai/site. Log will use your project name from above.\n",
"# #@markdown Paste your token here if you have an account so you can use it to track your training progress. If you don't have an account, you can create one for free at https://wandb.ai/site. Log will use your project name from above. This is a free online logging utility.\n",
"wandb_token = '' #@param{type:\"string\"}\n",
"\n",
"#@markdown * That's it! Run the cell!\n",