赞
踩
wget 是 linux 一个下载文件的工具,可以下载一些软件或从远程服务器恢复备份到本地服务器。
wget 在 Linux 下不用安装,在 Windows 下需要安装。
本来在我的 Windows 上使用该命令会报错,显示没有此命令。
按照需要的版本下载 wget 压缩包,地址为:
https://eternallybored.org/misc/wget/
我下载的版本为:1.21.3
把下载的压缩包解压到:
C:\Windows\System32
命令行执行 wget -V
wget https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth
目前来看,是可以顺利下载的!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。