远兮 commited on
Commit
df3a5e1
·
1 Parent(s): ec64cd3

fix readme

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