[Py38] Revert typing and parser updates for Python 3.8 compatibility (#850)
* Update submodule TVM to commit 872e32c1 and adjust type hints in nvcc.py and utils.py for compatibility with Python typing standards. * Update requirements.txt to specify ml_dtypes without a version constraint, indicating that versions greater than 0.5.1 are needed for fp4 support.
Showing
| ... | ... | @@ -4,6 +4,8 @@ numpy>=1.23.5 |
| tqdm>=4.62.3 | ||
| typing_extensions>=4.10.0 | ||
| cloudpickle | ||
| ml_dtypes>=0.5.3 | ||
| # mldtypes should be greater than 0.5.1 | ||
| # if you want to enable fp4 | ||
| ml_dtypes | ||
| psutil | ||
| torch |
Please register or sign in to comment