Spaces:
Runtime error
Runtime error
Locutusque
commited on
Commit
•
28276a4
1
Parent(s):
6c78956
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import os
|
|
9 |
# Install flash-attn
|
10 |
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
11 |
# Initialize the model pipeline
|
12 |
-
generator = pipeline('text-generation', model='Locutusque/
|
13 |
@spaces.GPU
|
14 |
def generate_text(prompt, temperature, top_p, top_k, repetition_penalty, max_length):
|
15 |
# Generate text using the model
|
|
|
9 |
# Install flash-attn
|
10 |
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
11 |
# Initialize the model pipeline
|
12 |
+
generator = pipeline('text-generation', model='Locutusque/NeuralHyperion-2.0-Mistral-7B', torch_dtype=torch.bfloat16, token=os.environ["HF"])
|
13 |
@spaces.GPU
|
14 |
def generate_text(prompt, temperature, top_p, top_k, repetition_penalty, max_length):
|
15 |
# Generate text using the model
|