Hongjian Tang
Hongjian Tang
> I just today had a similar problem - the problem was not with ankisyncd but with the nginx proxy in front of it. I have just tested with a...
> A workaround is to construct the model first and then load the weights manually. > > ```python > with ColoInitContext( > device=get_current_device(), > dtype=torch.half, > default_pg=ProcessGroup(tp_degree=world_size), > default_dist_spec=ShardSpec([-1], [world_size]),...
> > Specifically, x is one quarter of p, which is theoretically normal because I did split it into 4 chunks > > According to your description, I think your...
> Thank you for your quick help. I can't find the "delete line" function after searching on your documentation site via Google. So, I wrote this issue.
> 为什么sort函数中的count变量没指定初值还默认是0啊,这不就是个局部变量吗?不应该是随机值吗 C 语言每个类型的初始化都有各自的默认值。
head 是临时输入建立的头指针,输入完之后,新输入的结点都用头插法插入原有的链表。N年前写的代码了😂
> 大佬您好,我是一个学生,302行到314能不能给我讲讲呢? 我看了还是不明白 ph是全局头指针,head也是头指针?? > if(head) { > if(ph) { > tail->next=ph; ———— > ph=head; ——————这两句是什么思想呢?? 如上
same problem with torch 2.0.1. ```bash git checkout 2386a912164b0c5cfcd8be7a2b890fbac5607c82 ``` This method solved my problem again.