설치
PyPI 서버에서 다운로드
최신 버전의 optimum-rbln
은 다음의 명령어를 이용하여 설치할 수 있습니다:
| $ pip install optimum-rbln
|
소스에서 빌드
- 종속항목 설치
- uv ( 자세한 설치 커맨드는 링크를 참고해주세요)
아래 커맨드로 optimum-rbln
과 종속 패키지들을 설치할 수 있습니다.
| $ git clone https://github.com/rebellions-sw/optimum-rbln.git
$ cd optimum-rbln
$ ./scripts/uv-sync.sh
|