{ "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:INSERTOKEN@huggingface.co/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 }