Skip to content

Commit

Permalink
add back
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeeeanut committed Jun 27, 2024
1 parent d4c9b1c commit c4b055f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 24-06/Restricting_CPU_and_Memory_Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ taskset -c 0-9 python3 /home/6eanut/tensorflow-test/benchmarks/perfzero/lib/benc
```
ulimit -v 10000000 && python3 /home/6eanut/tensorflow-test/benchmarks/perfzero/lib/benchmark.py --git_repos="https://github.com/tensorflow/models.git;benchmark" --python_path=models --gcloud_key_file_url="" --benchmark_methods=official.benchmark.resnet_ctl_imagenet_benchmark.Resnet50CtlBenchmarkSynth.benchmark_1_gpu
```

[back](../README.md)
2 changes: 2 additions & 0 deletions 24-06/python-venv.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ deactivate
但是,如果像之前移植opengauss的项目,那最好还是用anaconda,因为它可以切换python版本。所以到底用不用anaconda,用不用venv,还是要看具体情况。

接触项目越多,越发现版本的重要性,还是要先弄清楚版本,然后会更方便。

[back](../README.md)
4 changes: 3 additions & 1 deletion 24-06/what_is_nohup.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# what is nohup?
# What is nohup?

**nohup:**

Expand Down Expand Up @@ -33,3 +33,5 @@ top
```
kill -9 process_id
```

[back](../README.md)

0 comments on commit c4b055f

Please sign in to comment.