Advertisement
witw78

磁盘空间

May 6th, 2025
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.57 KB | None | 0 0
  1. 05/07 09:17:35 [ERROR] Error when trying to flush write cache
  2. Exception: [AbstractDiskWriter.cc:453] errNum=28 errorCode=9 Failed to write into the file ./model-00011-of-00016.safetensors, cause: No space left on device
  3.  
  4. Download Results:
  5. gid   |stat|avg speed  |path/URI
  6. ======+====+===========+=======================================================
  7. 0ca92a|ERR |       0B/s|./model-00016-of-00016.safetensors
  8. 527194|ERR |       0B/s|./model-00015-of-00016.safetensors
  9. bbf369|ERR |   344KiB/s|./model-00011-of-00016.safetensors
  10.  
  11. Status Legend:
  12. (ERR):error occurred.
  13.  
  14. aria2 will resume download if the transfer is restarted.
  15. If there are any errors, then see the log file. See '-l' option in help/man page for details.
  16. Download encountered errors.
  17. (base) [xie.zhongwei@10-16-233-13 nips]$ df -h .
  18. Filesystem      Size  Used Avail Use% Mounted on
  19. /dev/nvme3n1    3.5T  3.3T     0 100% /data4
  20. (base) [xie.zhongwei@10-16-233-13 nips]$ # ncdu /data4
  21. (base) [xie.zhongwei@10-16-233-13 nips]$ ncdu /data4
  22. bash: ncdu: command not found
  23. (base) [xie.zhongwei@10-16-233-13 nips]$ du -sh *
  24. 274G    DeepSeek-R1
  25. 400G    DeepSeek-V3
  26. 44K     Llama-3.1-8B-Instruct
  27. 60K     Llama-3.3-70B-Instruct
  28. 36K     Llama-4-Maverick-17B-128E-Instruct
  29. 64K     Llama-4-Scout-17B-16E-Instruct
  30. 40K     Qwen2.5-72B-Instruct
  31. 12K     Qwen2.5-VL-32B-Instruct
  32. 40G     Qwen2.5-VL-72B-Instruct
  33. 96G     Qwen3-235B-A22B
  34. 56G     Qwen3-30B-A3B
  35. 62G     Qwen3-32B
  36. 4.0K    download_models.sh
  37. 8.0K    gemma-3-12b-it
  38. 52G     gemma-3-27b-it
  39. 16K     hfd.sh
  40. 24K     llava-v1.6-34b
  41. 20K     llava-v1.6-vicuna-13b
  42. (base) [xie.zhongwei@10-16-233-13 nips]$ cd /home/xie.zhongwei/workspace
  43. (base) [xie.zhongwei@10-16-233-13 workspace]$ du -sh *
  44. 4.0K    0000.py
  45. 8.0G    agent
  46. 4.0K    analyze_data.py
  47. 4.0K    calculate_precision.py
  48. 4.0K    call_openai.py
  49. 4.0K    compare_data.py
  50. 32K     comparison_results.csv
  51. 14G     data
  52. 349M    dependency
  53. 4.0K    download_models.sh
  54. 8.0K    draw.py
  55. 247M    evaluate
  56. 4.0K    evaluate_dataset.py
  57. 44K     experiment1.png
  58. 8.0K    extract_answer.py
  59. 4.0K    extract_baseline.py
  60. 4.0K    find_empty_images.py
  61. 4.0K    from_template_to_data.py
  62. 4.0K    generate_data.py
  63. 8.0K    json_modifier.py
  64. 8.0K    mmlu_copy.py
  65. 1.2T    model
  66. 4.0K    modify_data.py
  67. 4.0K    opencompass.py
  68. 4.0K    parquet_to_csv.py
  69. 20K     psas_a_evaluation.py
  70. 4.0K    read.py
  71. 8.0K    read_data_format.py
  72. 4.0K    read_parquet.py
  73. 340M    scripts
  74. 4.0K    test.py
  75. 4.0K    test_infer.py
  76. 8.0K    test_infer_physreason.py
  77. 4.0K    test_infer_vision.py
  78. 4.0K    test_json.py
  79. 4.0K    test_p1p2.py
  80. 4.0K    try_load_dataset.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement