# Install DNN frameworks

Source: [https://docs.qualcomm.com/doc/80-63195-1/topic/Install-DNN-frameworks.html](https://docs.qualcomm.com/doc/80-63195-1/topic/Install-DNN-frameworks.html)

Once you are done setting up the  Qualcomm®  Neural Processing SDK
    and relevant frameworks, you can proceed to converting your models to [DLC](https://docs.qualcomm.com/doc/80-63195-1/topic/Deep-Learning-Container--DLC-.html) format.

    <iframe allowfullscreen="" width="640" height="480" src="https://www.youtube.com/embed/c0xBX0kcsZQ?autoplay=1&mute=1"></iframe>
    
## TensorFlow

    pip install tensorflow==2.3.0TensorFlow Lite
    pip install tflite==2.3.0
    Copy to clipboard

## ONNX, Onnxsim, and the Onnx runtime package

    pip install onnx==1.6.0
    pip install onnxsim
    pip install onnxruntime
    Copy to clipboard

## PyTorch

    pipinstall torch==1.8.1Copy to clipboard

**Parent Topic:** [Install Qualcomm Neural Processing SDK for AI](https://docs.qualcomm.com/doc/80-63195-1/topic/Install-Qualcomm-Neural-Processing-SDK-for-AI.html)

Last Published: May 16, 2024

[Previous Topic
Install   Qualcomm   Neural Processing SDK for AI](https://docs.qualcomm.com/bundle/publicresource/80-63195-1/topics/Install-Qualcomm-Neural-Processing-SDK-for-AI.md) [Next Topic
Solutions and sample applications](https://docs.qualcomm.com/bundle/publicresource/80-63195-1/topics/Solutions-and-sample-apps.md)