Spaces:
Runtime error
Runtime error
远兮
commited on
Commit
·
df3a5e1
1
Parent(s):
ec64cd3
fix readme
Browse files
README.md
CHANGED
@@ -9,40 +9,41 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: openrail
|
11 |
---
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
https://
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
pip3 install
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
47 |
|
48 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
license: openrail
|
11 |
---
|
12 |
+
|
13 |
+
Anaconda + VScode 的Python环境搭建
|
14 |
+
https://blog.csdn.net/weixin_43876852/article/details/125793075
|
15 |
+
Anaconda配置安装
|
16 |
+
https://www.anaconda.com/products/distribution/start-coding-immediately
|
17 |
+
langchain
|
18 |
+
https://pypi.org/project/langchain/
|
19 |
+
onnxruntim官网
|
20 |
+
https://onnxruntime.ai/
|
21 |
+
解决ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none)
|
22 |
+
https://blog.csdn.net/ccheiheihei/article/details/125556753
|
23 |
+
onnxruntime connect to feed.修改Mac python默认pip源
|
24 |
+
https://blog.csdn.net/m0_59550201/article/details/125962316
|
25 |
+
https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly/PyPI/ort-nightly/overview/1.15.0.dev20230404004
|
26 |
+
Mac安装了conda后,解决Mac终端的命令行前的(base)问题
|
27 |
+
https://blog.csdn.net/gudeng007/article/details/125534180
|
28 |
+
conda安装,找不到module
|
29 |
+
https://www.cnblogs.com/Li-JT/p/15477737.html
|
30 |
+
Anaconda的升级、配置及使用
|
31 |
+
https://blog.csdn.net/turui/article/details/127063642
|
32 |
+
Jupyter Notebooks in VS Code / %%time
|
33 |
+
https://code.visualstudio.com/docs/datascience/jupyter-notebooks
|
34 |
+
Anthropic
|
35 |
+
https://zhuanlan.zhihu.com/p/621785668
|
36 |
+
|
37 |
+
pip3 install langchain
|
38 |
+
pip3 install redis
|
39 |
+
|
40 |
+
更新langchain:
|
41 |
+
pip3 install --upgrade langchain
|
42 |
+
查看安装列表及版本:
|
43 |
+
pip3 list
|
44 |
+
|
45 |
+
TODO:
|
46 |
+
1.看一下ONNXruntime
|
47 |
+
2.详细看一下gptcache
|
48 |
|
49 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|