Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌐 [i18n-KO] Translated package_reference/file_download.md to Korean #2184

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/ko/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
title: (λ²ˆμ—­ 쀑) Managing local and online repositories
- local: in_translation
title: (λ²ˆμ—­ 쀑) Hugging Face Hub API
- local: in_translation
title: (λ²ˆμ—­ 쀑) Downloading files
- local: package_reference/file_download
title: 파일 λ‹€μš΄λ‘œλ“œν•˜κΈ°
- local: in_translation
title: (λ²ˆμ—­ 쀑) Mixins & serialization methods
- local: in_translation
Expand Down
35 changes: 35 additions & 0 deletions docs/source/ko/package_reference/file_download.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!--⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
rendered properly in your Markdown viewer.
-->

# 파일 λ‹€μš΄λ‘œλ“œ ν•˜κΈ°[[downloading-files]]

## 단일 파일 λ‹€μš΄λ‘œλ“œν•˜κΈ°[[download-a-single-file]]

### hf_hub_download[[huggingface_hub.hf_hub_download]]

[[autodoc]]huggingface_hub.hf_hub_download

### hf_hub_url[[huggingface_hub.hf_hub_url]]

[[autodoc]]huggingface_hub.hf_hub_url

## λ¦¬ν¬μ§€ν† λ¦¬μ˜ μŠ€λƒ…μƒ· λ‹€μš΄λ‘œλ“œν•˜κΈ°[[huggingface_hub.snapshot_download]]

[[autodoc]]huggingface_hub.snapshot_download

## νŒŒμΌμ— λŒ€ν•œ 메타데이터 κ°€μ Έμ˜€κΈ°[[get-metadata-about-a-file]]

### get_hf_file_metadata[[huggingface_hub.get_hf_file_metadata]]

[[autodoc]]huggingface_hub.get_hf_file_metadata

### HfFileMetadata[[huggingface_hub.HfFileMetadata]]

[[autodoc]]huggingface_hub.HfFileMetadata

## 캐싱[[caching]]

μœ„μ— λ‚˜μ—΄λœ λ©”μ†Œλ“œλ“€μ€ νŒŒμΌμ„ μž¬λ‹€μš΄λ‘œλ“œν•˜μ§€ μ•Šλ„λ‘ ν•˜λŠ” 캐싱 μ‹œμŠ€ν…œκ³Ό ν•¨κ»˜ μž‘λ™ν•˜λ„λ‘ μ„€κ³„λ˜μ—ˆμŠ΅λ‹ˆλ‹€. v0.8.0μ—μ„œμ˜ μ—…λ°μ΄νŠΈλ‘œ, 캐싱 μ‹œμŠ€ν…œμ€ Hubλ₯Ό 기반으둜 ν•˜λŠ” λ‹€μ–‘ν•œ 라이브러리 κ°„μ˜ 곡유 쀑앙 μΊμ‹œ μ‹œμŠ€ν…œμœΌλ‘œ λ°œμ „ν–ˆμŠ΅λ‹ˆλ‹€.

Hugging Faceμ—μ„œμ˜ 캐싱에 λŒ€ν•œ μžμ„Έν•œ μ„€λͺ…은[μΊμ‹œ μ‹œμŠ€ν…œ κ°€μ΄λ“œ](../guides/manage-cache)λ₯Ό μ°Έμ‘°ν•˜μ„Έμš”.
Loading