Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: quic-zhanweiw <150764245+quic-zhanweiw@users.noreply.github.com>
  • Loading branch information
quic-zhanweiw authored Sep 16, 2024
1 parent 070ac0f commit 9a87fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#=============================================================================

# Compile Commands:
# Set QNN_SDK_ROOT=C:\Qualcomm\AIStack\QAIRT\2.23.0.240531\
# Set QNN_SDK_ROOT=C:\Qualcomm\AIStack\QAIRT\2.26.0.240828\
# python setup.py bdist_wheel

import os
Expand All @@ -22,7 +22,7 @@
from setuptools import Extension, setup, find_packages
from setuptools.command.build_ext import build_ext

VERSION = "2.24.0"
VERSION = "2.26.0"
CONFIG = "Release" # Release, RelWithDebInfo
package_name = "qai_appbuilder"

Expand Down

0 comments on commit 9a87fbd

Please sign in to comment.