DeepSpeed
c13fc076 - Merge branch 'master' into remove-unused-quantize-settings

Comment changes are shownComment changes are hidden
Commit
2 years ago
Merge branch 'master' into remove-unused-quantize-settings
Author
  • benchmarks
    • communication
      • File
        all_gather.py
      • File
        all_reduce.py
      • File
        all_to_all.py
      • File
        broadcast.py
      • File
        constants.py
      • File
        pt2pt.py
      • File
        utils.py
    • inference
      • File
        bert-bench.py
      • File
        gpt-bench.py
  • deepspeed
    • comm
      • File
        comm.py
      • File
        torch.py
    • inference
      • File
        engine.py
    • model_implementations
      • diffusers
        • File
          unet.py
        • File
          vae.py
      • features
        • File
          __init__.py
        • File
          cuda_graph.py
      • transformers
        • File
          clip_encoder.py
    • module_inject
      • File
        auto_tp.py
      • containers
        • File
          base.py
        • File
          base_moe.py
        • File
          unet.py
        • File
          vae.py
      • File
        policy.py
    • runtime
      • fp16
        • File
          loss_scaler.py
      • zero
        • File
          stage3.py
        • File
          stage_1_and_2.py
  • docs/_tutorials
    • File
      cifar-10.md
  • tests
    • accelerator
      • File
        ds_config.json
      • File
        test_ds_init.py
    • benchmarks
      • File
        flatten_bench.py
      • File
        unflatten_bench.py
    • onebit
      • File
        test_mpi_backend.py
      • File
        test_mpi_perf.py
      • File
        test_nccl_backend.py
      • File
        test_nccl_perf.py
    • perf
      • File
        adam_test1.py
    • small_model_debugging
      • File
        test.py
    • unit
      • File
        alexnet_model.py
      • comm
        • File
          test_dist.py
      • File
        common.py
      • compression
        • File
          test_compression.py
      • inference
        • File
          test_inference.py
        • File
          test_model_profiling.py
      • File
        megatron_model.py
      • model_parallelism
        • File
          test_configurable_parallel_mp.py
        • File
          test_configurable_parallel_pp.py
      • File
        modeling.py
      • File
        modelingpreln.py
      • ops
        • accelerators
          • File
            test_accelerator_backward.py
          • File
            test_accelerator_forward.py
        • adagrad
          • File
            test_cpu_adagrad.py
        • adam
          • File
            test_cpu_adam.py
        • aio
          • File
            test_aio.py
        • quantizer
          • File
            test_dequantize.py
          • File
            test_fake_quantization.py
          • File
            test_quantize.py
        • sparse_attention
          • File
            test_sparse_attention.py
        • spatial
          • File
            test_nhwc_bias_add.py
        • transformer/inference
          • File
            test_bias_add.py
          • File
            test_bias_geglu.py
          • File
            test_bias_gelu.py
          • File
            test_bias_relu.py
          • File
            test_layer_norm.py
          • File
            test_moe_res_matmult.py
          • File
            test_residual_add.py
      • pipe
        • File
          test_pipe_module.py
      • runtime
        • activation_checkpointing
          • File
            test_activation_checkpointing.py
        • comm
          • File
            test_coalesced_collectives.py
        • half_precision
          • onebit
            • File
              test_onebit.py
          • File
            test_fp16.py
        • pipe
          • File
            test_topology.py
        • File
          test_autocast.py
        • File
          test_data.py
        • File
          test_data_efficiency.py
        • File
          test_ds_config_dict.py
        • File
          test_runtime_utils.py
        • utils
          • File
            test_partition.py
        • zero
          • File
            test_zero.py
          • File
            test_zero_context_ancestry.py
      • File
        simple_model.py
      • utils
        • File
          test_init_on_device.py