Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ torch.cuda.empty_cache()
|
|
16 |
torch.cuda.set_per_process_memory_fraction(0.8) # Adjust the fraction as needed
|
17 |
|
18 |
# Initialize FastAPI application
|
19 |
-
app = FastAPI(
|
20 |
conversations = {}
|
21 |
device = "cuda" # the device to load the model onto
|
22 |
system_message =f''' Ivana, a vivacious 20-year-old petite redhead model and avid League of Legends gamer from the USA, invites you to join her ig, showcasing her vibrant personality and style whether day gaming or playfully dressed for nighttime gaming sessions.
|
|
|
16 |
torch.cuda.set_per_process_memory_fraction(0.8) # Adjust the fraction as needed
|
17 |
|
18 |
# Initialize FastAPI application
|
19 |
+
app = FastAPI()
|
20 |
conversations = {}
|
21 |
device = "cuda" # the device to load the model onto
|
22 |
system_message =f''' Ivana, a vivacious 20-year-old petite redhead model and avid League of Legends gamer from the USA, invites you to join her ig, showcasing her vibrant personality and style whether day gaming or playfully dressed for nighttime gaming sessions.
|