Commit 899b52ce authored by aiss's avatar aiss
Browse files

Merge branch 'ds-v0.8.2-rocm' into 'main'

Ds v0.8.2 rocm, support torch1.13 for the hipify change

See merge request aicomponent/deepspeed!1
parents 67ea635f 4acf0e01
diffusers diffusers
triton==2.0.0.dev20221005 #triton==2.0.0.dev20221005
#!/bin/bash
pip3 install -r requirements-1bit-adam.txt
pip3 install -r requirements-autotuning-ml.txt
pip3 install -r requirements-1bit-mpi.txt
pip3 install -r requirements-autotuning.txt
pip3 install -r requirements-dev.txt
pip3 install -r requirements-inf.txt
pip3 install -r requirements-sd.txt
pip3 install -r requirements.txt
...@@ -147,7 +147,6 @@ install_ops = dict.fromkeys(ALL_OPS.keys(), False) ...@@ -147,7 +147,6 @@ install_ops = dict.fromkeys(ALL_OPS.keys(), False)
for op_name, builder in ALL_OPS.items(): for op_name, builder in ALL_OPS.items():
op_compatible = builder.is_compatible() op_compatible = builder.is_compatible()
compatible_ops[op_name] = op_compatible compatible_ops[op_name] = op_compatible
#aiss
print("op_name: ", op_name) print("op_name: ", op_name)
print("op_enabled: ", op_enabled(op_name)) print("op_enabled: ", op_enabled(op_name))
print("op_compatible: ", op_compatible) print("op_compatible: ", op_compatible)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment