Compatible single client (#5417)
* mkdir compatible/single_client * mv to compatible/singe_client/python * mv to ./python/compatible/ * use oneflow.compatible.single_client * back up * backup * refactor oneflow.xxx to oneflow.compatible.single_client.xxx * mv to single_client * refactor import oneflow to oneflow.compatible.single_client * backup * refine * refine * make single_clint ci test copy from correct path * refine * refine * delete ioconf and split single-clint ci test * auto format by CI * delete default session * fix method of erase sess id * delete string multi client in test.yml * fix spell error * delete space * refine * mv single client python file to compatible_single_client_python * refine * fix ci error * fix bug * fix bug * refine * refine * delete skip if in test/(modules/tensor)/* because of default eager env * fix bug * synchronization oneflow/compatible_single_client and oneflow/python * fix distributed_run bug * fix test_multi_process dead lock * fix test_multi_process dead lock * synchronization modify between oneflow/python and oneflow/compatible_single_client * refine * minor fix * fix bug * fix doctest.sh * rm files * remove files and add checks * delete moduels * Revert "delete moduels" This reverts commit f95ab369f556b71fd0663b67c6dd51c9b6d5ee81. Co-authored-by:Xinqi Li <lixinqi0703106@163.com> Co-authored-by:
liufengwei <2472937968@qq.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
tsai <jackalcooper@gmail.com>
Showing
- oneflow/compatible_single_client_python/benchmarks/bert_benchmark/pretrain.py 189 additions, 0 deletions...ingle_client_python/benchmarks/bert_benchmark/pretrain.py
- oneflow/compatible_single_client_python/benchmarks/bert_benchmark/run_pretraining.py 337 additions, 0 deletions...lient_python/benchmarks/bert_benchmark/run_pretraining.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/__init__.py 0 additions, 0 deletions...single_client_python/benchmarks/cnn_benchmark/__init__.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/alexnet.py 251 additions, 0 deletions..._single_client_python/benchmarks/cnn_benchmark/alexnet.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/alexnet_model.py 82 additions, 0 deletions...e_client_python/benchmarks/cnn_benchmark/alexnet_model.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/benchmark.md 51 additions, 0 deletions...ingle_client_python/benchmarks/cnn_benchmark/benchmark.md
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/benchmark_util.py 106 additions, 0 deletions..._client_python/benchmarks/cnn_benchmark/benchmark_util.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/data_loader.py 67 additions, 0 deletions...gle_client_python/benchmarks/cnn_benchmark/data_loader.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/inceptionv3_model.py 519 additions, 0 deletions...ient_python/benchmarks/cnn_benchmark/inceptionv3_model.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/model_util.py 60 additions, 0 deletions...ngle_client_python/benchmarks/cnn_benchmark/model_util.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/of_cnn_benchmarks.py 289 additions, 0 deletions...ient_python/benchmarks/cnn_benchmark/of_cnn_benchmarks.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/of_cnn_infer_benchmarks.py 237 additions, 0 deletions...ython/benchmarks/cnn_benchmark/of_cnn_infer_benchmarks.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/resnet_model.py 155 additions, 0 deletions...le_client_python/benchmarks/cnn_benchmark/resnet_model.py
- oneflow/compatible_single_client_python/benchmarks/cnn_benchmark/vgg_model.py 104 additions, 0 deletions...ingle_client_python/benchmarks/cnn_benchmark/vgg_model.py
- oneflow/compatible_single_client_python/benchmarks/coco_data_load/coco_data_loader.py 168 additions, 0 deletions...ient_python/benchmarks/coco_data_load/coco_data_loader.py
- oneflow/compatible_single_client_python/contrib/__init__.py 16 additions, 0 deletionsoneflow/compatible_single_client_python/contrib/__init__.py
- oneflow/compatible_single_client_python/contrib/tensorrt/__init__.py 0 additions, 0 deletions...patible_single_client_python/contrib/tensorrt/__init__.py
- oneflow/compatible_single_client_python/contrib/tensorrt/tensorrt_api.py 36 additions, 0 deletions...ble_single_client_python/contrib/tensorrt/tensorrt_api.py
- oneflow/compatible_single_client_python/deprecated/__init__.py 0 additions, 0 deletions...ow/compatible_single_client_python/deprecated/__init__.py
- oneflow/compatible_single_client_python/deprecated/init_cluster_env.py 67 additions, 0 deletions...tible_single_client_python/deprecated/init_cluster_env.py
Please register or sign in to comment