pages.id/*: add and improve Indonesian translation (#11640)
* 7z, 7za, 7zr: update Indonesian translation * common: imperative mood on Indonesian translation * linux, osx, windows: imperative mood on Indonesian translation * common, linux: add Indonesian translation * powershell, pwsh: add Indonesian translation * common: add Indonesian translation * gcc: use standard file path template * Update pages.id/common/gcc.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.id/common/gcc.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.id/common/7za.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Apply suggestions from code review Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.id/common/gcc.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages.id/common/7za.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update 7za.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update gcc.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * git-commit: update Indonesian translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
36e4853e5d
commit
2ee54b9032
28
pages.id/common/accelerate.md
Normal file
28
pages.id/common/accelerate.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Accelerate
|
||||
|
||||
> Sebuah pustaka/library yang memungkinkan kode PyTorch yang sama dapat dijalankan secara menyebar.
|
||||
> Informasi lebih lanjut: <https://huggingface.co/docs/accelerate/index>.
|
||||
|
||||
- Tampilkan informasi lingkungan proyek PyTorch saat ini:
|
||||
|
||||
`accelerate env`
|
||||
|
||||
- Buat file konfigurasi secara interaktif:
|
||||
|
||||
`accelerate config`
|
||||
|
||||
- Tampilkan prakiraan kapasitas memori GPU yang dibutuhkan untuk menjalankan model Hugging Face dengan tipe data yang berbeda:
|
||||
|
||||
`accelerate estimate-memory {{nama/model}}`
|
||||
|
||||
- Uji validitas sebuah file konfigurasi Accelerate:
|
||||
|
||||
`accelerate test --config_file {{jalan/menuju/config.yaml}}`
|
||||
|
||||
- Jalankan sebuah model PyTorch dengan Accelerate, menggunakan CPU saja:
|
||||
|
||||
`accelerate launch {{jalan/menuju/script.py}} {{--cpu}}`
|
||||
|
||||
- Jalankan model dengan Accelerate, menggunakan GPU dari 2 perangkat yang berbeda:
|
||||
|
||||
`accelerate launch {{jalan/menuju/script.py}} --multi_gpu --num_machines {{2}}`
|
Reference in New Issue
Block a user