Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Jul 17, 2023
1 parent 8f97c29 commit d7bea24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pegasus/ImageBind/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

DEFAULT_AUDIO_FRAME_SHIFT_MS = 10 # in milliseconds

BPE_PATH = "./pegasus/ImageBind/bpe_simple_vocab_16e6.txt.gz"
BPE_PATH = "./ImageBind/bpe_simple_vocab_16e6.txt.gz"


def waveform2melspec(waveform, sample_rate, num_mel_bins, target_length):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'pegasusX',
packages = find_packages(exclude=[]),
version = '0.3.4',
version = '0.3.5',
license='MIT',
description = 'pegasus - Pytorch',
author = 'Kye Gomez',
Expand Down

0 comments on commit d7bea24

Please sign in to comment.