Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jamtur01
/
MMaDA
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MMaDA
/
venv
/
lib
/
python3.11
/
site-packages
/
deepspeed
/
ops
/
csrc
/
includes
/
quantizer.h
jamtur01
Upload folder using huggingface_hub
9c6594c
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
346 Bytes
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0
// DeepSpeed Team
#
pragma
once
#
ifdef
__HIP_PLATFORM_AMD__
#
include
<hip/hip_cooperative_groups.h>
#
else
#
include
<cooperative_groups.h>
#
endif
#
include
<cuda.h>
#
include
<cuda_fp16.h>
#
include
<stdio.h>
#
include
<stdlib.h>
#
include
<cassert>
#
include
<iostream>