Spaces:
Sleeping
Sleeping
File size: 2,649 Bytes
939262b |
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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
sections: local: perf_infer_cpu title: CPU inference local: perf_infer_gpu_one title: GPU inference title: Optimizing inference local: big_models title: Instantiate a big model local: debugging title: Debugging local: tf_xla title: XLA Integration for TensorFlow Models local: perf_torch_compile title: Optimize inference using torch.compile() title: Performance and scalability sections: local: contributing title: How to contribute to π€ Transformers? local: add_new_model title: How to add a model to π€ Transformers? local: add_new_pipeline title: How to add a pipeline to π€ Transformers? local: testing title: Testing local: pr_checks title: Checks on a Pull Request title: Contribute sections: local: philosophy title: Philosophy local: glossary title: Glossary local: task_summary title: What π€ Transformers can do local: tasks_explained title: How π€ Transformers solve tasks local: model_summary title: The Transformer model family local: tokenizer_summary title: Summary of the tokenizers local: attention title: Attention mechanisms local: pad_truncation title: Padding and truncation local: bertology title: BERTology local: perplexity title: Perplexity of fixed-length models local: pipeline_webserver title: Pipelines for webserver inference local: model_memory_anatomy title: Model training anatomy local: llm_tutorial_optimization title: Getting the most out of LLMs title: Conceptual guides sections: sections: local: main_classes/agent title: Agents and Tools local: model_doc/auto title: Auto Classes local: main_classes/backbones title: Backbones local: main_classes/callback title: Callbacks local: main_classes/configuration title: Configuration local: main_classes/data_collator title: Data Collator local: main_classes/keras_callbacks title: Keras callbacks local: main_classes/logging title: Logging local: main_classes/model title: Models local: main_classes/text_generation title: Text Generation local: main_classes/onnx title: ONNX local: main_classes/optimizer_schedules title: Optimization local: main_classes/output title: Model outputs local: main_classes/pipelines title: Pipelines local: main_classes/processors title: Processors local: main_classes/quantization title: Quantization local: main_classes/tokenizer title: Tokenizer local: main_classes/trainer title: Trainer local: main_classes/deepspeed title: DeepSpeed local: main_classes/feature_extractor title: Feature Extractor local: main_classes/image_processor title: Image Processor title: Main Classes |