Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ st.title("Stockmark-LLM-100b")
|
|
| 34 |
|
| 35 |
intro = """This is a demo site for Stockmark-LLM-100b. This service is running on AWS Inferentia2.
|
| 36 |
- Pretrained model: [stockmark/stockmark-100b](https://huggingface.co/stockmark/stockmark-100b)
|
| 37 |
-
- Instruction tuned model: [stockmark/stockmark-100b-instruct-v0](https://huggingface.co/stockmark/stockmark-100b-instruct-v0.1)
|
| 38 |
"""
|
| 39 |
|
| 40 |
st.markdown(intro)
|
|
|
|
| 34 |
|
| 35 |
intro = """This is a demo site for Stockmark-LLM-100b. This service is running on AWS Inferentia2.
|
| 36 |
- Pretrained model: [stockmark/stockmark-100b](https://huggingface.co/stockmark/stockmark-100b)
|
| 37 |
+
- Instruction tuned model: [stockmark/stockmark-100b-instruct-v0.1](https://huggingface.co/stockmark/stockmark-100b-instruct-v0.1)
|
| 38 |
"""
|
| 39 |
|
| 40 |
st.markdown(intro)
|