DipeshChaudhary
commited on
Commit
•
f00eff5
1
Parent(s):
0d58086
Update app.py
Browse files
app.py
CHANGED
@@ -15,9 +15,9 @@ else: raise RuntimeError(f"Torch = {v} too new!")
|
|
15 |
x = x.format(cuda.replace(".", ""), "-ampere" if is_ampere else "")
|
16 |
print(f'pip install --upgrade pip && pip install "unsloth[{x}] @ git+https://github.com/unslothai/unsloth.git"')
|
17 |
|
18 |
-
nvcc
|
19 |
-
python -m xformers.info
|
20 |
-
python -m bitsandbytes
|
21 |
from unsloth import FastLanguageModel
|
22 |
|
23 |
import torch
|
|
|
15 |
x = x.format(cuda.replace(".", ""), "-ampere" if is_ampere else "")
|
16 |
print(f'pip install --upgrade pip && pip install "unsloth[{x}] @ git+https://github.com/unslothai/unsloth.git"')
|
17 |
|
18 |
+
# nvcc
|
19 |
+
# python -m xformers.info
|
20 |
+
# python -m bitsandbytes
|
21 |
from unsloth import FastLanguageModel
|
22 |
|
23 |
import torch
|