preflight-gpu 0.0.1.dev0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: preflight-gpu
|
|
3
|
+
Version: 0.0.1.dev0
|
|
4
|
+
Summary: Preflight — 파인튜닝을 시작하기 전, 지금 환경이 실제로 준비됐는지 확인하는 진단 CLI (이름 선점용 사전 릴리스 — 정식 릴리스는 2026-08-25 예정)
|
|
5
|
+
Author: Preflight team
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Requires-Python: >=3.9
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
|
|
13
|
+
# Preflight
|
|
14
|
+
|
|
15
|
+
**파인튜닝을 시작하기 전, 지금 환경이 실제로 준비됐는지 확인하는 진단 CLI.**
|
|
16
|
+
|
|
17
|
+
GPU/CUDA 환경을 실제 연산(canary)으로 검증해 "설치는 됐는데 조용히 CPU로 도는" 류의
|
|
18
|
+
숨은 실패를 실행 전에 포착합니다.
|
|
19
|
+
|
|
20
|
+
> ⚠️ **이 버전(0.0.1.dev0)은 패키지 이름 선점용 사전 릴리스입니다.**
|
|
21
|
+
> 정식 릴리스는 **2026년 8월 25일** 예정입니다. 그때 `pip install preflight-gpu`로
|
|
22
|
+
> 설치할 수 있습니다.
|
|
23
|
+
|
|
24
|
+
- 저장소: https://github.com/plzHynx500/preflight
|
|
25
|
+
- 라이선스: MIT
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
preflight_check/__init__.py,sha256=a-ryWN1TTbWUtLQbLItTgK8mwHCjo6P1d3d6Ny53lnE,294
|
|
2
|
+
preflight_gpu-0.0.1.dev0.dist-info/METADATA,sha256=W-IatKPFwYNyPqGkxvTDzy-PuxlkDppduAIPsf3Sosc,1087
|
|
3
|
+
preflight_gpu-0.0.1.dev0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
4
|
+
preflight_gpu-0.0.1.dev0.dist-info/RECORD,,
|