mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-10 05:20:33 +00:00
[feat] refactored extension module (#5298)
* [feat] refactored extension module * polish * polish * polish * polish * polish * polish * polish * polish * polish * polish
This commit is contained in:
@@ -10,6 +10,15 @@ from typing import Callable
|
||||
import numpy as np
|
||||
import torch
|
||||
|
||||
from colossalai.accelerator import get_accelerator
|
||||
|
||||
|
||||
def get_current_device():
|
||||
"""
|
||||
A wrapper function for accelerator's API for backward compatibility.
|
||||
"""
|
||||
return get_accelerator().get_current_device()
|
||||
|
||||
|
||||
def ensure_path_exists(filename: str):
|
||||
# ensure the path exists
|
||||
|
Reference in New Issue
Block a user