mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-16 14:27:19 +08:00
Disable memory tracking
This commit is contained in:
parent
3f6288cc89
commit
98a3df0f8d
@ -67,8 +67,8 @@ class TPUWorker(LoraNotSupportedWorkerBase):
|
||||
os.path.expanduser("~/.vllm/jax_cache"))
|
||||
|
||||
# DELETE
|
||||
from jax_smi import initialise_tracking
|
||||
initialise_tracking()
|
||||
# from jax_smi import initialise_tracking
|
||||
# initialise_tracking()
|
||||
|
||||
def load_model(self):
|
||||
self.model_runner.load_model()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user