Spaces:
Runtime error
Runtime error
Lev McKinney
commited on
Commit
•
e891723
1
Parent(s):
67cda2a
Upgraded to python 3.10 and added dependency on tuned-lens
Browse files- README.md +1 -0
- requirements.txt +1 -0
README.md
CHANGED
@@ -4,6 +4,7 @@ emoji: 💩
|
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
|
|
7 |
sdk_version: 3.20.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
python_version: 3.10
|
8 |
sdk_version: 3.20.0
|
9 |
app_file: app.py
|
10 |
pinned: false
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
git+https://github.com/AlignmentResearch/tuned-lens.git@interactiv#egg=tuned_lens
|