ZTorChan

Results 2 issues of ZTorChan

### 🐛 Describe the bug I noticed that `from_torch_tensor` method of class `ColoParameter` and `ColoTensor` have been removed in PR #4479 ([`colossalai/tensor/colo_parameter.py`](https://github.com/hpcaitech/ColossalAI/pull/4479/files#diff-0d13ce3fae72d4ebe67bce9ef2441e4495a6aeee40c5532c30a985e79bc57cb6L66), [`colossalai/tensor/colo_tensor.py`](https://github.com/hpcaitech/ColossalAI/pull/4479/files#diff-0eee6bc157c59a4fb490823d53da0647d9793793bc4669f3e41146d3d99c7dd3L265)). But this method was still called under...

bug

I try to use FUSEE in my own project (mainly `kv_insert`, `kv_update`, `kv_delete`, `kv_search`...). But I found that when I use `kv_insert`, segmentfault will occur because `log_commit_addr_list` is empty. `log_commit_addr_list`...