Skip to content

Commit

Permalink
v-1.0.2.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkraad47 authored Jul 28, 2024
1 parent a81181d commit f2897f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fat_llama is a Python package for upscaling audio files to FLAC or WAV formats u
## Requirements

- CUDA capable GPU
**Note: For cpu verison please look at https://pypi.org/project/fat-llama-fftw/**

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='fat_llama',
version='1.0.2',
version='1.0.2.1',
packages=find_packages(),
install_requires=[
'numpy',
Expand Down

0 comments on commit f2897f5

Please sign in to comment.