i++;
i++;
Three error logs: 1、nebula-metad.ERROR Log file created at: 2023/05/08 14:23:52 Running on machine: 7fdf26acdc79 Running duration (h:mm:ss): 0:00:00 Log line format: [IWEF]yyyymmdd hh:mm:ss.uuuuuu threadid file:line] msg F20230508 14:23:52.975773 55 DiskManager.cpp:39]...
@wey-gu uname -a Linux 7fdf26acdc79 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 GNU/Linux I run this in docker.
Thank you very much for your help. Can this problem be avoided if Nebula db 3.3.0 is used?
Ok.If i want upgrade the kernal version,which kernal version is suitable.
I used version 3.0.2 and successfully installed it. root@83311f6a550a:/opt/nebula# /usr/local/nebula/scripts/nebula.service status all [INFO] nebula-metad(4805f8c): Running as 144, Listening on 9559 [INFO] nebula-graphd(4805f8c): Running as 212, Listening on 9669 [INFO] nebula-storaged(4805f8c):...
ERROR:systemctl: dbus.service: Executable path is not absolute, ignoring: @/usr/bin/dbus-daemon @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only @wey-gu Does this error report have any impact?I can open the studio now.
> 这是 systemd 对 dbus 的依赖的问题,是不是你没有 dbus,你可以手动启动 studio 进程,不用 systemd。 好的,不是nebula studio的问题就行,我现在能打开nebula studio的ui界面。非常感谢您这两天的帮助!!!
> > https://github.com/baichuan-inc/Baichuan2/blob/main/fine-tune/fine-tune.py#L47 有的,看这里 > > 195 和 196 从 tokenizer 解码出来是'', '',这个是正确的么 195、196这俩token作用是什么呢?为什么要在句子前拼接这俩token呢? @s-JoL @junjzhang @yguo33 @TobeyYang
您好,请问为什么没有统计[1,1,j,i]当作从j到i的attention的重要性呢?
清楚了,感谢您!