当前位置:网站首页>OSError: [Errno 28] No space left on device
OSError: [Errno 28] No space left on device
2022-06-30 09:36:00 【农民小飞侠】
今天在使用paddlenlp的ner模型下载模型的时候报了下面的错误:
......
File "/root/anaconda3/lib/python3.7/site-packages/paddlenlp/utils/downloader.py", line 162, in get_path_from_url
fullpath = _download(url, root_dir, md5sum)
File "/root/anaconda3/lib/python3.7/site-packages/paddlenlp/utils/downloader.py", line 219, in _download
f.write(chunk)
OSError: [Errno 28] No space left on device
发现是空间不足了。
解决方法
mv /root/.paddlenlp/ /your_dir/
ln -s /your_dir/.paddlenlp/ /root/
把.paddlenlp文件夹里面的文件移动到新的磁盘上,然后用软链接把它链接回去,这样就不用担心空间不够用了。
边栏推荐
- UAV project tracking record 83 -- PCB diagram completion
- P. Summary of NP, NPC, NP hard and other issues
- log4j
- How does the diode work?
- tf. keras. layers. Attention understanding summary
- CRF (conditional random field) learning summary
- MySQL index and data storage structure foundation
- G-Code 详解
- ABAP time function
- 浏览器复制的网址粘贴到文档是超链接
猜你喜欢
7. development of mobile login function
Read the difference and connection between hyperfusion and private cloud
Train an image classifier demo in pytorch [learning notes]
Quick completion guide for manipulator (4): reducer of key components of manipulator
Appium automation test foundation - 12 Introduction to appium automated testing framework
Shenhe thermomagnetic: Super fusion dual active cluster solution for MES system
Deberta (decoding enhanced Bert with distinguished attention)
Appium automation test foundation - ADB shell command
Add / delete query of topic
Flutter 中的 ValueNotifier 和 ValueListenableBuilder
随机推荐
11. customize hooks
【ARK UI】HarmonyOS ETS的启动页的实现
7. development of mobile login function
Hospital integration platform super fusion infrastructure transformation scheme
关于字符串的split和join操作
Small program development journey
Machine learning note 9: prediction model optimization (to prevent under fitting and over fitting problems)
Shell script functions
3.集成eslint、prettier
Eight sorts (II)
Appium automation test foundation - 12 Introduction to appium automated testing framework
Thrift easy to use
MySQL index and data storage structure foundation
Stack Title: String decoding
Applying applet container technology to IOT ecological construction
G code explanation | list of the most important G code commands
Installation and use
Appium自动化测试基础 — adb shell 命令
Deberta (decoding enhanced Bert with distinguished attention)
1. Basic configuration