logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

LLM Context Limit & Knowledge Cut-off Dates

分享两个大语言模型的context limits 和 knowledge cut-off dates统计信息。

文章图片
iperf3用法和源码详解

一.udp模式1.1 iperf在udp模式下,以100Mbps为数据发送速率,客户端到服务器192.168.1.1上传带宽测试,测试时间为60秒。server:iperf -u -sclient:iperf -u -c 192.168.100.1 -b 100M -t 602.客户端同时向服务器端发起30个连接线程,以5...

文章图片
#linux
在pycharm中如何使用pyinstaller

目录一. 简单使用二:如何打包工程中的使用到的其他文件(如,excel,cfg等)三. 通过pyinstaller打包后的resources,如何找到呢一. 简单使用1. 在虚拟环境中,添加pyinstaller lib2. 将pyinstaller tool加入到pycharm的 extern tool中-D, --onedir Create a one-fold...

nc工具使用方法

方法一:1. 虚拟机端nc -l -p 1234 | dd of=/home/vec/open.image2. tbox端(虚拟机 ip)dd if=/dev/mmcblk0 | nc 192.168.100.20 514方法二:1.虚拟机端(tbox ip)nc -n 192.168.100.40 1234 | d

TCP CC tracing

#!/usr/bin/python## tcp_cc Trace TCP IPv4 tcp_slow_start and tcp_cong_avoid_ai().#For Linux, uses BCC, eBPF. Embedded C.from __future__ import print_functionfrom bcc import BPFfrom bcc.utils import pr

#tcp/ip#linux#网络协议
到底了