User Tools

Site Tools


ml:software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ml:software [2022/05/13 20:42] – [Experimental Pipeline] jmflanigml:software [2025/10/09 17:40] (current) – [Current, Recommended Frameworks] jmflanig
Line 3: Line 3:
  
 ===== Deep Learning ===== ===== Deep Learning =====
-  * Huggingface (pytorch)+ 
 +==== Current, Recommended Frameworks ==== 
 +  * **Pytorch** 
 +    * Huggingface 
 +    * LLMs 
 +      * [[https://unsloth.ai/|Unsloth]] [[https://github.com/unslothai/unsloth|github]] Incredibly fast. As of March 2025, this is the fastest single GPU framework for LLMs 
 +      * [[https://github.com/ggml-org/llama.cpp|llama.cpp]] 
 +      * LLVM 
 +    * **Multi-GPU training** 
 +      * Note: recommendations can change frequently (every few months it seems) 
 +      * As of March 2025: Nilay recommends DeepSpeed, which is integrated with HuggingFace Accelerate.  See here: [[https://huggingface.co/docs/accelerate/en/usage_guides/deepspeed|HuggingFace Accelerate - DeepSpeed]] 
 + 
 +==== Miscellaneous, Perhaps Less Used, or Older Ones ====
   * Fairseq (pytorch)   * Fairseq (pytorch)
     * Tutorial on how to add a new model to fairseq: [[https://fairseq.readthedocs.io/en/latest/tutorial_simple_lstm.html|Tutorial: Simple LSTM]] Nilay used this tutorial when adding his model to fairseq     * Tutorial on how to add a new model to fairseq: [[https://fairseq.readthedocs.io/en/latest/tutorial_simple_lstm.html|Tutorial: Simple LSTM]] Nilay used this tutorial when adding his model to fairseq
Line 12: Line 24:
   * [[https://minitorch.github.io/|MiniTorch]] (educational)   * [[https://minitorch.github.io/|MiniTorch]] (educational)
   * [[https://jax.readthedocs.io/en/latest/notebooks/quickstart.html|JAX]] + [[https://github.com/google/flax|Flax]]   * [[https://jax.readthedocs.io/en/latest/notebooks/quickstart.html|JAX]] + [[https://github.com/google/flax|Flax]]
 +  * Tensorflow
 +    * [[https://www.tensorflow.org/tfmodels/nlp/fine_tune_bert|Tensorflow - Fine-tuning a BERT model]]
   * Keras   * Keras
     * [[https://huggingface.co/docs/transformers/training|Fine-tune a pretrained Huggingface model in Keras]] and [[https://huggingface.co/course/chapter3/3?fw=tf|Huggingface: Fine-tuning a model with Keras]]     * [[https://huggingface.co/docs/transformers/training|Fine-tune a pretrained Huggingface model in Keras]] and [[https://huggingface.co/course/chapter3/3?fw=tf|Huggingface: Fine-tuning a model with Keras]]
Line 33: Line 47:
  
 ===== Related Pages ===== ===== Related Pages =====
 +  * [[Hugging Face]]
   * [[nlp:Transformers#Software|Transformers - Software]]   * [[nlp:Transformers#Software|Transformers - Software]]
-  * [[nlp:Software|NLP - Software]]+  * **[[nlp:Software|NLP - Software]]**
   * [[PyTorch]]   * [[PyTorch]]
 +  * [[Tensorflow]]
  
ml/software.1652474569.txt.gz · Last modified: 2023/06/15 07:36 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki