机器学习
未读
科学上网,但仍无法从huggingface上下载模型,解决。
科学上网,但仍无法从huggingface上下载模型,解决。 问题: 不连梯子超时,连了梯子说ProxyError始终无法从huggingface上下载模型 提示类似如下一些错误: Caused by ProxyError('Unable to connect to proxy', SSLError
Lion——LLM蒸馏
Lion: Adversarial Distillation of Proprietary Large Language Models https://arxiv.org/abs/2305.12870 EMNLP 2023 main conference 以往的研究主要集中在一种单向的知识提
RAG评价框架——RAGchecker
https://arxiv.org/pdf/2408.08067 介绍 RAGCHECKER,一个细粒度的评价框架,它采用了一套诊断指标的retriver和genertaor模块。Meta评价结果表明,RAGCHECKER与人类判断的相关性显著优于其他评价指标。使用RAGARKER,我们评估了8个R
git
未读
git error GnuTLS recv error (-110)
GnuTLS recv error (-110): The TLS connection was non-properly terminated. git pull 时出现如下错误 fatal: unable to access 'https://github.com/xxx.git/': GnuT
python
未读
Python键盘中断多进程池
Python键盘中断多进程池 解决例子 优雅的处理方式,如下: import signal
from multiprocessing import Pool
import os
import time
def sum_numbers(num):
result = 0
for i i
linux
未读
gnome-terminal窗口执行命令后停留而不立刻关闭
gnome-terminal窗口执行命令后停留而不立刻关闭 末尾加上exec bash 例如 gnome-terminal -t "gazebo" -- bash -c "cd ~/catkin_ws; source devel/setup.bash; roslaunch turtlebot3_ga
git
未读
git tag相关使用方法
git tag相关使用方法 参考此处 /// 查看标签
// 打印所有标签
git tag
// 打印符合检索条件的标签
git tag -l 1.*.*
// 查看对应标签状态
git checkout 1.0.0
/// 创建标签(本地)
// 创建轻量标签
git tag 1.0.0-lig
git
未读
ssh: connect to host github.com port 22: Connection timed out
ssh: connect to host github.com port 22: Connection timed out ssh操作github时出现如下问题: ssh: connect to host github.com port 22: Connection timed out
fatal:
ubuntu todesk无法连接本地服务器
ubuntu todesk无法连接本地服务器 从官网下载的最新版本todesk4.3.1.0, 安装之后始终提示无法连接本地服务器,(连不上网) 换了4.1.0版本之后成功解决 4.1.0版本下载链接 https://dl.todesk.com/linux/todesk_4.1.0_amd64.de