mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-06 11:32:10 +00:00
[misc] resolve code factor issues (#4433)
This commit is contained in:
@@ -29,8 +29,6 @@ class Randomizer:
|
||||
_INDEX = 0
|
||||
|
||||
def __init__(self, seed: int):
|
||||
# TODO: remove colossalai.context.random
|
||||
|
||||
self.seed = seed
|
||||
|
||||
# Handle CUDA rng state
|
||||
|
Reference in New Issue
Block a user