Commit f7708e1b authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Force default brnahc name via the config

parent ecf989ca
......@@ -6,4 +6,5 @@ INSTALL_CONTENT = """
# ! pip install git+https://github.com/huggingface/transformers.git
"""
notebook_first_cells = [{"type": "code", "content": INSTALL_CONTENT}]
\ No newline at end of file
notebook_first_cells = [{"type": "code", "content": INSTALL_CONTENT}]
default_branch_name = "master"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment