Kaballas commited on
Commit
34ab43d
·
1 Parent(s): c450267

Add application file

Browse files
Files changed (2) hide show
  1. LongLM +1 -0
  2. run.txt +7 -0
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