Yulong Tian

Results 3 issues of Yulong Tian

现在的配置访问公司内网(10.0.x.x)不能,所以增加了 local-host ip 的白名单。

needs review

I have a very large tfrecord directory, and need to filter it with some column to generate new tfrecord files. Code likes that ![image](https://user-images.githubusercontent.com/4220102/209424378-1a364259-7ca5-4793-a5ba-39405fff389d.png) When I run it in spark...

```size mismatch for model.layers.0.self_attn.k_proj.weight: copying a param with shape torch.Size([256, 2048]) from checkpoint, the shape in current model is torch.Size([2048, 2048]).``` there are error when I use ```model = AutoModelForCausalLM.from_pretrained(path)```...