-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathllms.txt
More file actions
69 lines (66 loc) · 2.86 KB
/
llms.txt
File metadata and controls
69 lines (66 loc) · 2.86 KB
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
# PyTorch
> PyTorch documentation.
## Docs
- [Tensor Accessors](api/aten/accessors.html)
- [Tensor Creation](api/aten/creation.html)
- [ATen: Tensor Library](api/aten/index.html)
- [Tensor Indexing](api/aten/indexing.html)
- [Tensor Class](api/aten/tensor.html)
- [Custom Autograd Functions](api/autograd/custom_functions.html)
- [Gradient Computation](api/autograd/gradient.html)
- [Autograd: Automatic Differentiation](api/autograd/index.html)
- [Gradient Modes](api/autograd/modes.html)
- [Device and DeviceType](api/c10/device.html)
- [Device Guards](api/c10/guards.html)
- [C10: Core Utilities](api/c10/index.html)
- [Streams](api/c10/streams.html)
- [Core Types](api/c10/types.html)
- [Utilities](api/c10/utilities.html)
- [CUDA Guards](api/cuda/guards.html)
- [CUDA Support](api/cuda/index.html)
- [CUDA Streams](api/cuda/streams.html)
- [CUDA Utility Functions](api/cuda/utilities.html)
- [DataLoader](api/data/dataloader.html)
- [Datasets](api/data/datasets.html)
- [Data Loading (torch::data)](api/data/index.html)
- [Samplers](api/data/samplers.html)
- [Transforms](api/data/transforms.html)
- [C++ API Reference](api/index.html)
- [Custom Classes](api/library/custom_classes.html)
- [Torch Library API](api/library/index.html)
- [Operator Registration](api/library/registration.html)
- [Library Versioning](api/library/versioning.html)
- [Activation Functions](api/nn/activation.html)
- [Containers](api/nn/containers.html)
- [Convolution Layers](api/nn/convolution.html)
- [Dropout Layers](api/nn/dropout.html)
- [Embedding Layers](api/nn/embedding.html)
- [Functional API](api/nn/functional.html)
- [Neural Network Modules (torch::nn)](api/nn/index.html)
- [Linear Layers](api/nn/linear.html)
- [Loss Functions](api/nn/loss.html)
- [Normalization Layers](api/nn/normalization.html)
- [Pooling Layers](api/nn/pooling.html)
- [Recurrent Layers](api/nn/recurrent.html)
- [Transformer Layers](api/nn/transformer.html)
- [Utilities](api/nn/utilities.html)
- [Adaptive Learning Rate Optimizers](api/optim/adaptive.html)
- [Gradient Descent Optimizers](api/optim/gradient_descent.html)
- [Optimizers (torch::optim)](api/optim/index.html)
- [Learning Rate Schedulers](api/optim/schedulers.html)
- [Second-Order Optimizers](api/optim/second_order.html)
- [Archives](api/serialize/archives.html)
- [Checkpoints](api/serialize/checkpoints.html)
- [Serialization (torch::serialize)](api/serialize/index.html)
- [Saving and Loading](api/serialize/save_load.html)
- [Torch Stable API](api/stable/index.html)
- [Stable Operators](api/stable/operators.html)
- [Library Registration Macros](api/stable/registration.html)
- [Utilities](api/stable/utilities.html)
- [XPU Support](api/xpu/index.html)
- [XPU Streams](api/xpu/streams.html)
- [XPU Utility Functions](api/xpu/utilities.html)
- [FAQ](faq.html)
- [The C++ Frontend](frontend.html)
- [PyTorch C++ API](index.html)
- [Installing C++ Distributions of PyTorch](installing.html)