Add application file
Browse files
LongLM
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit cdbbb061dc76438c46d7e1ddc500f8e4bf255574
|
run.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git clone https://github.com/kaballas/LongLM.git
|
| 2 |
+
pip install torch
|
| 3 |
+
pip install transformers
|
| 4 |
+
|
| 5 |
+
git add .
|
| 6 |
+
git commit -m "Add application file"
|
| 7 |
+
git push
|