Spaces:
Sleeping
Sleeping
Prajanya Gupta commited on
Commit ·
57d4ef9
1
Parent(s): 90231b7
bug fix
Browse files- __pycache__/app.cpython-313.pyc +0 -0
- requirements.txt +1 -1
- src/__pycache__/bpe.cpython-313.pyc +0 -0
- src/__pycache__/caption_dataloader.cpython-313.pyc +0 -0
- src/__pycache__/compound.cpython-313.pyc +0 -0
- src/__pycache__/compound_dataset.cpython-313.pyc +0 -0
- src/__pycache__/compound_model.cpython-313.pyc +0 -0
- src/__pycache__/contrastive_model.cpython-313.pyc +0 -0
- src/__pycache__/corpus_stats.cpython-313.pyc +0 -0
- src/__pycache__/dataset.cpython-313.pyc +0 -0
- src/__pycache__/demo_phase4_batch.cpython-313.pyc +0 -0
- src/__pycache__/download.cpython-313.pyc +0 -0
- src/__pycache__/eval_retrieval.cpython-313.pyc +0 -0
- src/__pycache__/extract_gigamidi_sample.cpython-313.pyc +0 -0
- src/__pycache__/generate.cpython-313.pyc +0 -0
- src/__pycache__/generate_compound_unconditional.cpython-313.pyc +0 -0
- src/__pycache__/generate_conditional.cpython-313.pyc +0 -0
- src/__pycache__/generate_conditional_compound.cpython-313.pyc +0 -0
- src/__pycache__/inference_pipeline.cpython-313.pyc +0 -0
- src/__pycache__/model.cpython-313.pyc +0 -0
- src/__pycache__/prefix_projector.cpython-313.pyc +0 -0
- src/__pycache__/probe_attention.cpython-313.pyc +0 -0
- src/__pycache__/probe_completion.cpython-313.pyc +0 -0
- src/__pycache__/probe_linear.cpython-313.pyc +0 -0
- src/__pycache__/tokenize_compound_cache.cpython-313.pyc +0 -0
- src/__pycache__/tokenizer.cpython-313.pyc +0 -0
- src/__pycache__/train.cpython-313.pyc +0 -0
- src/__pycache__/train_contrastive.cpython-313.pyc +0 -0
- src/__pycache__/train_contrastive_compound.cpython-313.pyc +0 -0
- src/__pycache__/train_prefix.cpython-313.pyc +0 -0
- src/__pycache__/train_prefix_compound.cpython-313.pyc +0 -0
__pycache__/app.cpython-313.pyc
ADDED
|
Binary file (13.7 kB). View file
|
|
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
torch==2.
|
| 3 |
gradio>=4.0.0
|
| 4 |
huggingface_hub>=0.20.0
|
| 5 |
pretty_midi>=0.2.11
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.11.0
|
| 3 |
gradio>=4.0.0
|
| 4 |
huggingface_hub>=0.20.0
|
| 5 |
pretty_midi>=0.2.11
|
src/__pycache__/bpe.cpython-313.pyc
ADDED
|
Binary file (10.2 kB). View file
|
|
|
src/__pycache__/caption_dataloader.cpython-313.pyc
ADDED
|
Binary file (20 kB). View file
|
|
|
src/__pycache__/compound.cpython-313.pyc
ADDED
|
Binary file (17.2 kB). View file
|
|
|
src/__pycache__/compound_dataset.cpython-313.pyc
ADDED
|
Binary file (8.76 kB). View file
|
|
|
src/__pycache__/compound_model.cpython-313.pyc
ADDED
|
Binary file (13.6 kB). View file
|
|
|
src/__pycache__/contrastive_model.cpython-313.pyc
ADDED
|
Binary file (21.3 kB). View file
|
|
|
src/__pycache__/corpus_stats.cpython-313.pyc
ADDED
|
Binary file (28.1 kB). View file
|
|
|
src/__pycache__/dataset.cpython-313.pyc
ADDED
|
Binary file (12.5 kB). View file
|
|
|
src/__pycache__/demo_phase4_batch.cpython-313.pyc
ADDED
|
Binary file (12.2 kB). View file
|
|
|
src/__pycache__/download.cpython-313.pyc
ADDED
|
Binary file (3.47 kB). View file
|
|
|
src/__pycache__/eval_retrieval.cpython-313.pyc
ADDED
|
Binary file (11.5 kB). View file
|
|
|
src/__pycache__/extract_gigamidi_sample.cpython-313.pyc
ADDED
|
Binary file (6.01 kB). View file
|
|
|
src/__pycache__/generate.cpython-313.pyc
ADDED
|
Binary file (13.3 kB). View file
|
|
|
src/__pycache__/generate_compound_unconditional.cpython-313.pyc
ADDED
|
Binary file (17.2 kB). View file
|
|
|
src/__pycache__/generate_conditional.cpython-313.pyc
ADDED
|
Binary file (12.2 kB). View file
|
|
|
src/__pycache__/generate_conditional_compound.cpython-313.pyc
ADDED
|
Binary file (12.3 kB). View file
|
|
|
src/__pycache__/inference_pipeline.cpython-313.pyc
ADDED
|
Binary file (9.66 kB). View file
|
|
|
src/__pycache__/model.cpython-313.pyc
ADDED
|
Binary file (26.6 kB). View file
|
|
|
src/__pycache__/prefix_projector.cpython-313.pyc
ADDED
|
Binary file (22.4 kB). View file
|
|
|
src/__pycache__/probe_attention.cpython-313.pyc
ADDED
|
Binary file (18.5 kB). View file
|
|
|
src/__pycache__/probe_completion.cpython-313.pyc
ADDED
|
Binary file (20.5 kB). View file
|
|
|
src/__pycache__/probe_linear.cpython-313.pyc
ADDED
|
Binary file (19 kB). View file
|
|
|
src/__pycache__/tokenize_compound_cache.cpython-313.pyc
ADDED
|
Binary file (4.75 kB). View file
|
|
|
src/__pycache__/tokenizer.cpython-313.pyc
ADDED
|
Binary file (50.6 kB). View file
|
|
|
src/__pycache__/train.cpython-313.pyc
ADDED
|
Binary file (15.9 kB). View file
|
|
|
src/__pycache__/train_contrastive.cpython-313.pyc
ADDED
|
Binary file (20.2 kB). View file
|
|
|
src/__pycache__/train_contrastive_compound.cpython-313.pyc
ADDED
|
Binary file (24.3 kB). View file
|
|
|
src/__pycache__/train_prefix.cpython-313.pyc
ADDED
|
Binary file (22.4 kB). View file
|
|
|
src/__pycache__/train_prefix_compound.cpython-313.pyc
ADDED
|
Binary file (10.7 kB). View file
|
|
|