初始化项目,由ModelHub XC社区提供模型
Model: ayh015/myLightningOPD Source: Original Platform
This commit is contained in:
10
slime/utils/ray_utils.py
Normal file
10
slime/utils/ray_utils.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
class Box:
|
||||
def __init__(self, inner):
|
||||
self._inner = inner
|
||||
|
||||
@property
|
||||
def inner(self):
|
||||
return self._inner
|
||||
Reference in New Issue
Block a user