Skip to content

Commit

Permalink
requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhubens committed Dec 11, 2024
1 parent 7957ccf commit d79b6ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions fastermodels/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

d = { 'settings': { 'branch': 'main',
'doc_baseurl': '/fastermodels',
'doc_host': 'https://FasterAI-Labs\n\nrequirements = torch huggingface_hub.github.io',
'git_url': 'https://github.com/FasterAI-Labs\n\nrequirements = torch huggingface_hub/fastermodels',
'doc_host': 'https://FasterAI-Labs.github.io',
'git_url': 'https://github.com/FasterAI-Labs/fastermodels',
'lib_path': 'fastermodels'},
'syms': { 'fastermodels.hf': { 'fastermodels.hf.clone_repository': ('hf.html#clone_repository', 'fastermodels/hf.py'),
'fastermodels.hf.create_repository': ('hf.html#create_repository', 'fastermodels/hf.py'),
Expand Down
8 changes: 2 additions & 6 deletions nbs/nbdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ project:

website:
title: "fastermodels"
site-url: "https://FasterAI-Labs
requirements = torch huggingface_hub.github.io/fastermodels"
site-url: "https://FasterAI-Labs.github.io/fastermodels"
description: ""
repo-branch: main
repo-url: "https://github.com/FasterAI-Labs
requirements = torch huggingface_hub/fastermodels"
repo-url: "https://github.com/FasterAI-Labs/fastermodels"
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ status = 3
user = FasterAI-Labs

### Optional ###
requirements = torch huggingface_hub
requirements = torch huggingface_hub
# dev_requirements =
# console_scripts =
# conda_user =
Expand Down

0 comments on commit d79b6ca

Please sign in to comment.