mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-25 23:04:48 +00:00
* init shard param from shape tuple * add more unitest for shard param * add set_payload method for ShardedParam * [zero] add shareded tensor class * polish code * add shard stratgy * move shard and gather logic to shard strategy from shard tensor. * polish code