File size: 1,186 Bytes
9d1a9ae 40d513b 9d1a9ae |
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 54 55 56 57 58 59 60 61 62 63 |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Hello world! First thing on hugging face\n",
"* git push will fail, unless you set the tokens."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# How to do authentication on Hugging Face Git:\n",
"* For each repo, put this...\n",
"\n",
"git remote set-url origin https://huggingface.co/MangoTangoTango:[email protected]/model_1_test"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"24\n"
]
}
],
"source": [
"check = 12 + 12\n",
"\n",
"print(check)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"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.12.6"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
|