forked from erfanzar/EasyDeL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
86 lines (81 loc) · 3.4 KB
/
mkdocs.yml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
site_name: EasyDel
copyright: "Erfan Zare Chavoshi-EasyDel"
nav:
- Home: index.md
- Examples:
- PytorchServer: PyTorchServer.md
- JAXServer: JAXServer.md
- DataProcessing: DataProcessing.md
- TrainingExample: TrainingExample.md
- Falcon Models: Falcon.md
- Llama Models: Llama.md
- Llama2 Models: Llama2.md
- Mistral Models: Mistral.md
- MosaicMPT Models: MosaicMPT.md
- Eval:
- lm_eval: lib-python-EasyDel-eval-lm_eval.md
- Transform:
- easydel_transform: lib-python-EasyDel-transform-easydel_transform.md
- mpt: lib-python-EasyDel-transform-mpt.md
- llama: lib-python-EasyDel-transform-llama.md
- falcon: lib-python-EasyDel-transform-falcon.md
- mistral: lib-python-EasyDel-transform-mistral.md
- utils: lib-python-EasyDel-transform-utils.md
- smi: lib-python-EasyDel-smi-smi.md
- Serve:
- torch_serve: lib-python-EasyDel-serve-torch_serve.md
- jax_serve: lib-python-EasyDel-serve-jax_serve.md
- utils: lib-python-EasyDel-serve-utils.md
- Modules:
- Falcon: lib-python-EasyDel-modules-falcon-modelling_falcon_flax.md
- Palm: lib-python-EasyDel-modules-palm-modelling_palm_flax.md
- flax_modelling_utils: lib-python-EasyDel-modules-flax_modelling_utils.md
- GPT-Neox: lib-python-EasyDel-modules-gpt_neo_x-modelling_gpt_neo_x_flax.md
- GPT-J: lib-python-EasyDel-modules-gpt_j-modelling_gpt_j_flax.md
- Mistral: lib-python-EasyDel-modules-mistral-modelling_mistral_flax.md
- auto_models: lib-python-EasyDel-modules-auto_models.md
- LucidTransformers: lib-python-EasyDel-modules-lucid_transformer-modelling_lt_flax.md
- OPT: lib-python-EasyDel-modules-opt-modelling_opt_flax.md
- MPT: lib-python-EasyDel-modules-mosaic_mpt-modelling_mpt_flax.md
- Llama: lib-python-EasyDel-modules-llama-modelling_llama_flax.md
- T5: lib-python-EasyDel-modules-t5-modelling_t5_flax.md
- configs: lib-python-EasyDel-configs-configs.md
- Utils:
- tensor_utils: lib-python-EasyDel-utils-tensor_utils.md
- prompters: lib-python-EasyDel-utils-prompters.md
- utils: lib-python-EasyDel-utils-utils.md
- checker: lib-python-EasyDel-utils-checker.md
- RLHF:
- trainer: lib-python-EasyDel-rlhf-trainer.md
- reward: lib-python-EasyDel-rlhf-reward.md
- ppo: lib-python-EasyDel-rlhf-ppo.md
- utils: lib-python-EasyDel-rlhf-utils.md
- Trainer:
- fsdp_train: lib-python-EasyDel-trainer-fsdp_train.md
- config: lib-python-EasyDel-trainer-config.md
- tf_dataset: lib-python-EasyDel-trainer-tf_dataset.md
- training_utils: lib-python-EasyDel-trainer-training_utils.md
- Linen:
- bits: lib-python-EasyDel-linen-bits.md
- utils: lib-python-EasyDel-linen-utils.md
- RL Trainer:
- models/modelling_base: lib-python-EasyDel-_rl_trainer-models-modelling_base.md
- models/modelling_value_head: lib-python-EasyDel-_rl_trainer-models-modelling_value_head.md
- core: lib-python-EasyDel-_rl_trainer-core.md
- Data Preprocessing:
- data_preprocessing/_processor: lib-python-EasyDel-data_preprocessing-_processor.md
site_author: "Erfan Zare Chavoshi"
repo_url: "https://github.com/erfanzar/EasyDel"
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: sphinx
theme:
name: material
highlightjs: true
hljs_languages:
- yaml
- python