Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kooyunmo committed Feb 27, 2024
1 parent 2cd5a26 commit 1dd4a53
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/module_guides/models/llms/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ maxdepth: 1
/examples/llm/fireworks.ipynb
```

## Friendli

```{toctree}
---
maxdepth: 1
---
/examples/llm/friendli.ipynb
```

## Gradient

```{toctree}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
python_sources()
poetry_requirements(
name="poetry",
)
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ check-filenames = true
check-hidden = true
skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"

[tool.llamahub]
contains_example = false
import_path = "llama_index.llms.friendli"

[tool.llamahub.class_authors]
Friendli = "kooyunmo"

[tool.mypy]
disallow_untyped_defs = true
exclude = ["_static", "build", "examples", "notebooks", "venv"]
Expand Down

0 comments on commit 1dd4a53

Please sign in to comment.