日B视频 亚洲,啪啪啪网站一区二区,91色情精品久久,日日噜狠狠色综合久,超碰人妻少妇97在线,999青青视频,亚洲一区二卡,让本一区二区视频,日韩网站推荐

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示

云服務(wù)器 Flexus X 實(shí)例:開源項(xiàng)目 LangChain 部署,實(shí)例測試

jf_81200783 ? 來源:jf_81200783 ? 作者:jf_81200783 ? 2025-01-08 11:46 ? 次閱讀
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

本篇文章主要通過 Flexus 云服務(wù)器 X 實(shí)例 部署開源項(xiàng)目 LangChain,LangChain 能夠?yàn)榇竽P拖嚓P(guān)開發(fā)提供支持,是一個應(yīng)用程序開發(fā)框架。Flexus 云服務(wù)器 X 實(shí)例 能夠支持電商店鋪管理、企業(yè)建站、小程序后臺、小游戲、開發(fā)測試環(huán)境、云端學(xué)習(xí)、搭建博客等多種場景,而且,F(xiàn)lexus 云服務(wù)器 X 實(shí)例 能夠提供完備的產(chǎn)品能力,可以基于業(yè)務(wù)訴求靈活自定義拓?fù)浣M網(wǎng),大模型 QoS 保障,計算性能強(qiáng)勁穩(wěn)定,滿足更高負(fù)載業(yè)務(wù)訴求等優(yōu)勢,需要的小伙伴趕緊用起來吧!

wKgZPGd99RGAe6IqAACdk_JvueM347.png

一、LangChain 介紹

LangChain 是一個由大型語言模型(LLM)驅(qū)動的應(yīng)用程序開發(fā)框架。對于這些應(yīng)用程序,LangChain 簡化了整個應(yīng)用程序生命周期:

開源庫:使用 LangChain 的開源構(gòu)建塊、組件和第三方集成構(gòu)建您的應(yīng)用程序。使用 LangGraph 構(gòu)建具有一流流式傳輸和人機(jī)交互支持的狀態(tài)代理。

生產(chǎn)化:使用 LangSmith 檢查、監(jiān)控和評估您的應(yīng)用程序,以便您可以不斷優(yōu)化和自信地部署。

部署:使用 LangGraph Cloud 將您的 LangGraph 應(yīng)用程序轉(zhuǎn)變?yōu)榭捎糜谏a(chǎn)的 API 和助手。

開源庫 langchain-core:基本抽象和 LangChain 表達(dá)語言。

langchain-community:第三方集成。 一些集成已進(jìn)一步拆分為僅依賴 langchain-core 的合作伙伴包。示例包括 langchain_openai 和 langchain_anthropic。

langchain:構(gòu)成應(yīng)用程序認(rèn)知架構(gòu)的鏈、代理和檢索策略。

LangGraph:一個庫,用于通過將步驟建模為圖中的邊和節(jié)點(diǎn),使用 LLM 構(gòu)建強(qiáng)大且有狀態(tài)的多參與者應(yīng)用程序。與 LangChain 順利集成,但可以在沒有它的情況下使用。

二、部署 LangChain

2.1 安裝 langchain

安裝 langchain 軟件包,執(zhí)行如下命令安裝。

root@flexusx-7305:~# pip install langchain

Collecting langchain

Downloading langchain-0.3.0-py3-none-any.whl (1.0 MB)

|████████████████████████████████| 1.0 MB 963 kB/s

Collecting aiohttp<4.0.0,>=3.8.3

Downloading aiohttp-3.10.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)

|████████████████████████████████| 1.2 MB 77.1 MB/s

Collecting langchain-core<0.4.0,>=0.3.0

Downloading langchain_core-0.3.2-py3-none-any.whl (399 kB)

|████████████████████████████████| 399 kB 92.2 MB/s

Collecting async-timeout<5.0.0,>=4.0.0; python_version < "3.11"

Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)

Collecting numpy<2,>=1; python_version < "3.12"

Using cached numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)

Requirement already satisfied: PyYAML>=5.3 in /usr/lib/python3/dist-packages (from langchain) (5.3.1)

Collecting pydantic<3.0.0,>=2.7.4

Downloading pydantic-2.9.2-py3-none-any.whl (434 kB)

|████████████████████████████████| 434 kB 115.1 MB/s

Requirement already satisfied: requests<3,>=2 in /usr/lib/python3/dist-packages (from langchain) (2.22.0)

Collecting langsmith<0.2.0,>=0.1.17

Downloading langsmith-0.1.125-py3-none-any.whl (290 kB)

|████████████████████████████████| 290 kB 125.3 MB/s

Collecting tenacity!=8.4.0,<9.0.0,>=8.1.0

Downloading tenacity-8.5.0-py3-none-any.whl (28 kB)

Collecting langchain-text-splitters<0.4.0,>=0.3.0

Downloading langchain_text_splitters-0.3.0-py3-none-any.whl (25 kB)

Collecting SQLAlchemy<3,>=1.4

Downloading SQLAlchemy-2.0.35-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)

|████████████████████████████████| 3.1 MB 127.6 MB/s

Collecting multidict<7.0,>=4.5

Downloading multidict-6.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB)

|████████████████████████████████| 124 kB 128.8 MB/s

通過 pip 查看 langchain 是否安裝成功。

root@flexusx-7305:~# pip list | grep langchain

langchain 0.3.0

langchain-core 0.3.2

langchain-text-splitters 0.3.0

root@flexusx-7305:~#

2.2 安裝 langchain_community

安裝 langchain_community,執(zhí)行如下命令安裝。

root@flexusx-7305:~/langchain# pip install langchain_community

Collecting langchain_community

Downloading langchain_community-0.3.0-py3-none-any.whl (2.3 MB)

|████████████████████████████████| 2.3 MB 983 kB/s

Collecting pydantic-settings<3.0.0,>=2.4.0

Downloading pydantic_settings-2.5.2-py3-none-any.whl (26 kB)

Requirement already satisfied: requests<3,>=2 in /usr/lib/python3/dist-packages (from langchain_community) (2.22.0)

Requirement already satisfied: PyYAML>=5.3 in /usr/lib/python3/dist-packages (from langchain_community) (5.3.1)

Requirement already satisfied: langchain<0.4.0,>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from langchain_community) (0.3.0)

Requirement already satisfied: langsmith<0.2.0,>=0.1.112 in /usr/local/lib/python3.10/dist-packages (from langchain_community) (0.1.125)

Requirement already satisfied: numpy<2,>=1; python_version < "3.12" in /usr/local/lib/python3.10/dist-packages (from langchain_community) (1.26.4)

Requirement already satisfied: langchain-core<0.4.0,>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from langchain_community) (0.3.2)

Requirement already satisfied: tenacity!=8.4.0,<9.0.0,>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from langchain_community) (8.5.0)

Collecting dataclasses-json<0.7,>=0.5.7

Downloading dataclasses_json-0.6.7-py3-none-any.whl (28 kB)

Requirement already satisfied: SQLAlchemy<3,>=1.4 in /usr/local/lib/python3.10/dist-packages (from langchain_community) (2.0.35)

Requirement already satisfied: aiohttp<4.0.0,>=3.8.3 in /usr/local/lib/python3.10/dist-packages (from langchain_community) (3.10.5)

Requirement already satisfied: pydantic>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from pydantic-settings<3.0.0,>=2.4.0->langchain_community) (2.9.2)

Collecting python-dotenv>=0.21.0

Using cached python_dotenv-1.0.1-py3-none-any.whl (19 kB)

Requirement already satisfied: langchain-text-splitters<0.4.0,>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from langchain<0.4.0,>=0.3.0->langchain_community) (0.3.0)

Requirement already satisfied: async-timeout<5.0.0,>=4.0.0; python_version < "3.11" in /usr/local/lib/python3.10/dist-packages (from langchain<0.4.0,>=0.3.0->langchain_community) (4.0.3)

Requirement already satisfied: orjson<4.0.0,>=3.9.14 in /usr/local/lib/python3.10/dist-packages (from langsmith<0.2.0,>=0.1.112->langchain_community) (3.10.7)

Requirement already satisfied: httpx<1,>=0.23.0 in /usr/local/lib/python3.10/dist-packages (from langsmith<0.2.0,>=0.1.112->langchain_community) (0.27.2)

Requirement already satisfied: packaging<25,>=23.2 in /usr/local/lib/python3.10/dist-packages (from langchain-core<0.4.0,>=0.3.0->langchain_community) (24.1)

Requirement already satisfied: typing-extensions>=4.7 in /usr/local/lib/python3.10/dist-packages (from langchain-core<0.4.0,>=0.3.0->langchain_community) (4.12.2)

Requirement already satisfied: jsonpatch<2.0,>=1.33 in /usr/local/lib/python3.10/dist-packages (from langchain-core<0.4.0,>=0.3.0->langchain_community) (1.33)

Collecting typing-inspect<1,>=0.4.0

Using cached typing_inspect-0.9.0-py3-none-any.whl (8.8 kB)

Collecting marshmallow<4.0.0,>=3.18.0

Downloading marshmallow-3.22.0-py3-none-any.whl (49 kB)

|████████████████████████████████| 49 kB 16.5 MB/s

Requirement already satisfied: greenlet!=0.4.17; python_version < "3.13" and (platform_machine == "aarch64" or (platform_machine == "ppc64le" or (platform_machine == "x86_64" or (platform_machine == "amd64" or (platform_machine == "AMD64" or (platform_machine == "win32" or platform_machine == "WIN32")))))) in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy<3,>=1.4->langchain_community) (3.1.0)

Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain_community) (2.4.0)

Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.10/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain_community) (1.3.1)

Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain_community) (1.11.1)

Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.10/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain_community) (6.1.0)

Requirement already satisfied: attrs>=17.3.0 in /usr/lib/python3/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain_community) (19.3.0)

Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from aiohttp<4.0.0,>=3.8.3->langchain_community) (1.4.1)

Requirement already satisfied: pydantic-core==2.23.4 in /usr/local/lib/python3.10/dist-packages (from pydantic>=2.7.0->pydantic-settings<3.0.0,>=2.4.0->langchain_community) (2.23.4)

Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from pydantic>=2.7.0->pydantic-settings<3.0.0,>=2.4.0->langchain_community) (0.7.0)

Requirement already satisfied: sniffio in /usr/local/lib/python3.10/dist-packages (from httpx<1,>=0.23.0->langsmith<0.2.0,>=0.1.112->langchain_community) (1.3.1)

Requirement already satisfied: idna in /usr/lib/python3/dist-packages (from httpx<1,>=0.23.0->langsmith<0.2.0,>=0.1.112->langchain_community) (2.8)

Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from httpx<1,>=0.23.0->langsmith<0.2.0,>=0.1.112->langchain_community) (2019.11.28)

Requirement already satisfied: anyio in /usr/local/lib/python3.10/dist-packages (from httpx<1,>=0.23.0->langsmith<0.2.0,>=0.1.112->langchain_community) (4.5.0)

Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.10/dist-packages (from httpx<1,>=0.23.0->langsmith<0.2.0,>=0.1.112->langchain_community) (1.0.5)

Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.10/dist-packages (from jsonpatch<2.0,>=1.33->langchain-core<0.4.0,>=0.3.0->langchain_community) (3.0.0)

Collecting mypy-extensions>=0.3.0

Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)

Requirement already satisfied: exceptiongroup>=1.0.2; python_version < "3.11" in /usr/local/lib/python3.10/dist-packages (from anyio->httpx<1,>=0.23.0->langsmith<0.2.0,>=0.1.112->langchain_community) (1.2.2)

Requirement already satisfied: h11<0.15,>=0.13 in /usr/local/lib/python3.10/dist-packages (from httpcore==1.*->httpx<1,>=0.23.0->langsmith<0.2.0,>=0.1.112->langchain_community) (0.14.0)

Installing collected packages: python-dotenv, pydantic-settings, mypy-extensions, typing-inspect, marshmallow, dataclasses-json, langchain-community

Successfully installed dataclasses-json-0.6.7 langchain-community-0.3.0 marshmallow-3.22.0 mypy-extensions-1.0.0 pydantic-settings-2.5.2 python-dotenv-1.0.1 typing-inspect-0.9.0

通過 pip 查看 langchain_commity 是否安裝成功。

root@flexusx-7305:~/langchain# pip list | grep langchain

langchain 0.3.0

langchain-community 0.3.0

langchain-core 0.3.2

langchain-text-splitters 0.3.0

root@flexusx-7305:~/langchain#

2.3 安裝 qianfan

安裝 qianfan 軟件包,以便訪問千帆相關(guān)大模型,執(zhí)行如下命令。

root@flexusx-7305:~/langchain# pip install qianfan

Collecting qianfan

Downloading qianfan-0.4.8.1-py3-none-any.whl (463 kB)

|████████████████████████████████| 463 kB 955 kB/s

Collecting pyyaml<7.0.0,>=6.0.1

Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB)

|████████████████████████████████| 751 kB 23.3 MB/s

Collecting prompt-toolkit>=3.0.38

Downloading prompt_toolkit-3.0.47-py3-none-any.whl (386 kB)

|████████████████████████████████| 386 kB 103.7 MB/s

Collecting rich>=13.0.0

Using cached rich-13.8.1-py3-none-any.whl (241 kB)

Collecting multiprocess>=0.70.12

Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB)

|████████████████████████████████| 134 kB 73.5 MB/s

Requirement already satisfied: pydantic>=1.0 in /usr/local/lib/python3.10/dist-packages (from qianfan) (2.9.2)

Collecting typer>=0.9.0

Using cached typer-0.12.5-py3-none-any.whl (47 kB)

Requirement already satisfied: tenacity<9.0.0,>=8.2.3 in /usr/local/lib/python3.10/dist-packages (from qianfan) (8.5.0)

Collecting bce-python-sdk>=0.8.79

Downloading bce_python_sdk-0.9.22-py3-none-any.whl (336 kB)

|████████████████████████████████| 336 kB 104.5 MB/s

Collecting diskcache>=5.6.3

Using cached diskcache-5.6.3-py3-none-any.whl (45 kB)

Collecting cachetools>=5.0.0

Using cached cachetools-5.5.0-py3-none-any.whl (9.5 kB)

Requirement already satisfied: aiohttp>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from qianfan) (3.10.5)

Requirement already satisfied: python-dotenv>=1.0; python_version >= "3.8" in /usr/local/lib/python3.10/dist-packages (from qianfan) (1.0.1)

Collecting requests>=2.24

Using cached requests-2.32.3-py3-none-any.whl (64 kB)

Collecting aiolimiter>=1.1.0

Downloading aiolimiter-1.1.0-py3-none-any.whl (7.2 kB)

Collecting wcwidth

Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)

Collecting markdown-it-py>=2.2.0

Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)

通過 pip 命令查看 qianfan 是否安裝成功,如下所示。

root@flexusx-7305:~# pip list | grep qianfan

qianfan 0.4.8.1

root@flexusx-7305:~#

如果在安裝 qianfan 過程中報錯如下。

ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

可以先執(zhí)行如下命令后,再安裝 qianfan,如下所示。

pip install --ignore-installed PyYAML

三、實(shí)例運(yùn)行

3.1 Chat Models

要使用 qianfan 大模型,需要現(xiàn)在百度千帆平臺注冊,申請對應(yīng)的 API Key。

下面就來看一下通過 qianfan 模型測試 langchain 的使用,執(zhí)行代碼如下所示。

#導(dǎo)入包

import os

#import qianfan

from langchain_community.chat_models import QianfanChatEndpoint

from langchain_core.language_models.chat_models import HumanMessage

#配置 API

os.environ["QIANFAN_AK"] = "62vLXXXX"

os.environ["QIANFAN_SK"] = "R5obqXXXX"

#創(chuàng)建 LLM

chat = QianfanChatEndpoint(streaming=False)

messages = [HumanMessage(content="你好")]

res = chat.invoke(messages)

print(res.content)

輸出如下所示。

[WARNING][2024-09-20 22:23:33.999] redis_rate_limiter.py:21 [t:140401586898752]: no redis installed, RedisRateLimiter unavailable

[INFO][2024-09-20 22:23:34.025] oauth.py:277 [t:140401586898752]: trying to refresh token for ak `62vLn7***`

[INFO][2024-09-20 22:23:34.093] oauth.py:304 [t:140401586898752]: successfully refresh token

你好!有什么需要我?guī)椭膯幔?/p>

root@flexusx-7305:~/langchain#

如上所示,需要先設(shè)置QIANFAN_AK 和QIANFAN_SK 兩個環(huán)境變量,都是千帆大模型的 API Key。

3.2 LLMs

下面來試下直接詢問 LLM 問題,執(zhí)行代碼如下所示。

"""For basic init and call"""

import os

from langchain_community.llms import QianfanLLMEndpoint

#配置 API

os.environ["QIANFAN_AK"] = "62vLnXXX"

os.environ["QIANFAN_SK"] = "R5obqzXXXXX"

llm = QianfanLLMEndpoint(streaming=True)

res = llm.invoke("hi")

print(res)

輸出如下所示。

(autogenstudy) E:codeexamplelangchain>python langchain_LLMs.py

[INFO][2024-09-21 09:43:00.714] oauth.py:277 [t:8748]: trying to refresh token for ak `62vLn7***`

[INFO][2024-09-21 09:43:00.924] oauth.py:304 [t:8748]: successfully refresh token

你好!有什么我可以幫助你的嗎?

(autogenstudy) E:codeexamplelangchain>

3.3Embedding Models

下面來試下嵌入模型,執(zhí)行代碼如下所示。

"""For basic init and call"""

import os

from langchain_community.embeddings import QianfanEmbeddingsEndpoint

#配置 API

os.environ["QIANFAN_AK"] = "62vLn7qWXXXXXXX"

os.environ["QIANFAN_SK"] = "R5obqzSXXXXXXXX"

embed = QianfanEmbeddingsEndpoint()

res = embed.embed_documents(["hi", "world"])

print(res)

輸出如下所示。

(autogenstudy) E:codeexamplelangchain>python langchain_embedding.py

D:Softwareanaconda3envsautogenstudylibsite-packagespydantic_internal_fields.py:161: UserWarning: Field "model_kwargs" has conflict with protected namespace "model_".

You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.

warnings.warn(

[INFO][2024-09-21 09:48:08.590] oauth.py:277 [t:11932]: trying to refresh token for ak `62vLn7***`

[INFO][2024-09-21 09:48:08.782] oauth.py:304 [t:11932]: successfully refresh token

[[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -0.36232587695121765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]

(autogenstudy) E:codeexamplelangchain>

四、總結(jié)

通過本篇文章,使用 Flexus 云服務(wù)器 X 實(shí)例 實(shí)例部署了開源項(xiàng)目 LangChain,通過 pip 可以直接安裝依賴,包括:langchain、langchain_community、qianfan 等軟件包,而且 Flexus 云服務(wù)器 X 實(shí)例 具有靈活自定義規(guī)格、性能穩(wěn)定強(qiáng)勁、按需靈活計費(fèi)等優(yōu)勢,有需要的小伙伴趕緊用起來吧!

wKgZO2d99RGAJYSQAADvAKwmWJE754.png

審核編輯 黃宇

聲明:本文內(nèi)容及配圖由入駐作者撰寫或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點(diǎn)僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問題,請聯(lián)系本站處理。 舉報投訴
  • 云服務(wù)器
    +關(guān)注

    關(guān)注

    0

    文章

    841

    瀏覽量

    14753
  • 華為云
    +關(guān)注

    關(guān)注

    3

    文章

    2837

    瀏覽量

    19380
收藏 人收藏
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

    評論

    相關(guān)推薦
    熱點(diǎn)推薦

    OpenClaw搭建教程:服務(wù)器一鍵部署完整流程

    基于Node.js運(yùn)行的開源AIAgent框架,因此部署方式和很多Node.js應(yīng)用類似。只要具備一臺Linux服務(wù)器,并安裝Node.js環(huán)境,就可以完成OpenClaw的
    的頭像 發(fā)表于 03-12 14:39 ?719次閱讀

    KubePi:開源Kubernetes可視化管理面板,讓集群管理如此簡單

    ;{.spec.ports[0].nodePort}\") # 獲取Address echo http://$NODE_IP:$NODE_PORT 3.4 在華為Flexus服務(wù)器
    發(fā)表于 02-11 12:53

    DRAM 暴漲 171%! 171% 下的企業(yè)突圍:華為 Flexus X 服務(wù)器成 IT 成本管控利器

    Flexus X 服務(wù)器憑借獨(dú)有的柔性算力黑科技與智能調(diào)度能力,助力企業(yè)實(shí)現(xiàn)核心應(yīng)用性能最高達(dá)友商 6 倍、綜合成本降低 30% 的雙
    的頭像 發(fā)表于 12-31 13:00 ?410次閱讀

    什么是企業(yè)服務(wù)器-計算

    地擴(kuò)展和管理其IT基礎(chǔ)設(shè)施。華納的企業(yè)服務(wù)器基于虛擬化技術(shù),在環(huán)境中運(yùn)行多個虛擬服務(wù)器實(shí)例
    的頭像 發(fā)表于 12-29 17:57 ?1200次閱讀

    服務(wù)器電源的測試項(xiàng)目有哪些呢?

    服務(wù)器電源的應(yīng)用場景主要為工業(yè)級場景,因此服務(wù)器電源測試聚焦穩(wěn)定性、冗余容錯、遠(yuǎn)程管理等關(guān)鍵需求,所以服務(wù)器電源的測試
    的頭像 發(fā)表于 12-26 19:26 ?518次閱讀
    <b class='flag-5'>服務(wù)器</b>電源的<b class='flag-5'>測試</b><b class='flag-5'>項(xiàng)目</b>有哪些呢?

    AI 服務(wù)器電源測試項(xiàng)目研究報告

    01項(xiàng)目背景隨著人工智能技術(shù)的飛速發(fā)展,AI服務(wù)器的需求急劇增加。電源作為AI服務(wù)器的關(guān)鍵組件,其性能直接影響服務(wù)器的穩(wěn)定性、可靠性和能源效率。因此,開展AI
    的頭像 發(fā)表于 12-16 10:22 ?1099次閱讀
    AI <b class='flag-5'>服務(wù)器</b>電源<b class='flag-5'>測試</b><b class='flag-5'>項(xiàng)目</b>研究報告

    如何快速在服務(wù)器部署Web環(huán)境?

    如何快速在服務(wù)器部署Web環(huán)境
    的頭像 發(fā)表于 10-14 14:16 ?929次閱讀

    DeepSeek模型如何在服務(wù)器部署?

    隨著大型語言模型(LLM)的應(yīng)用日益普及,許多開發(fā)者和企業(yè)希望將像DeepSeek這樣的優(yōu)秀模型部署到自己的服務(wù)器上,以實(shí)現(xiàn)私有化、定制化服務(wù)并保障數(shù)據(jù)安全。本文將詳細(xì)闡述
    的頭像 發(fā)表于 10-13 16:52 ?1208次閱讀

    Jtti服務(wù)器上怎么部署網(wǎng)站嗎

    在互聯(lián)網(wǎng)快速發(fā)展的今天,網(wǎng)站已經(jīng)成為公司和個人溝通和展示自我的重要渠道。無論是一個簡單的個人博客,還是一個復(fù)雜的電子商務(wù)平臺,部署網(wǎng)站的過程都是相似的。服務(wù)器因其高可用性、靈活性和經(jīng)濟(jì)性,成為
    的頭像 發(fā)表于 09-26 17:16 ?1403次閱讀

    手機(jī)APP遠(yuǎn)程控制,智能家居監(jiān)測、智能控制系統(tǒng)(STM32L4、服務(wù)器、安卓源碼)實(shí)例項(xiàng)目打包下載

    手機(jī)APP遠(yuǎn)程控制,智能家居監(jiān)測、智能控制系統(tǒng)(STM32L4、服務(wù)器、安卓源碼)實(shí)例項(xiàng)目打包,推薦下載!
    發(fā)表于 05-29 21:47

    【每周推薦】基于STM32開發(fā)項(xiàng)目實(shí)例下載(含PCB、原理圖、源碼等)

    1、手機(jī)APP遠(yuǎn)程控制,智能家居監(jiān)測、智能控制系統(tǒng)(含源碼)手機(jī)APP遠(yuǎn)程控制,智能家居監(jiān)測、智能控制系統(tǒng)(STM32L4、服務(wù)器、安卓源碼)項(xiàng)目實(shí)例下載!2、基于STM32藍(lán)牙控制小車系統(tǒng)
    的頭像 發(fā)表于 05-27 08:05 ?1569次閱讀
    【每周推薦】基于STM32開發(fā)<b class='flag-5'>項(xiàng)目</b><b class='flag-5'>實(shí)例</b>下載(含PCB、原理圖、源碼等)

    每周推薦!基于STM32開發(fā)項(xiàng)目實(shí)例下載(含PCB、原理圖、源碼等)

    1、手機(jī)APP遠(yuǎn)程控制,智能家居監(jiān)測、智能控制系統(tǒng)(含源碼) 手機(jī)APP遠(yuǎn)程控制,智能家居監(jiān)測、智能控制系統(tǒng)(STM32L4、服務(wù)器、安卓源碼) 項(xiàng)目實(shí)例下載! 2、基于STM32藍(lán)牙控制小車系統(tǒng)
    發(fā)表于 05-26 14:01

    HarmonyOS5服務(wù)技術(shù)分享--Serverless抽獎模板部署

    活動。不用寫復(fù)雜代碼,跟著步驟走就能搞定,文末還有部署避坑指南哦~ 一、前期準(zhǔn)備 1?? ??注冊賬號+創(chuàng)建項(xiàng)目?? 先到華為開發(fā)者平臺注冊賬號 創(chuàng)建新項(xiàng)目時記得勾選\"開發(fā)
    發(fā)表于 05-22 20:25

    HarmonyOS5服務(wù)技術(shù)分享--ArkTS開發(fā)Node環(huán)境

    氣的方式探索這個功能,結(jié)尾還有實(shí)用總結(jié)和鼓勵彩蛋哦~? ? 一、HarmonyOS函數(shù)開發(fā):核心能力與價值 HarmonyOS的函數(shù)(Serverless)為開發(fā)者提供了??無服務(wù)器架構(gòu)??的便捷
    發(fā)表于 05-22 17:21

    電競服務(wù)器 工作原理

    電競服務(wù)器工作原理詳解 一、核心架構(gòu)原理 虛擬化資源池? 通過 ?KVM/VMware? 等虛擬化技術(shù)將物理服務(wù)器(含NVIDIA GPU集群)抽象為可動態(tài)分配的算力資源池,每個用戶獨(dú)享獨(dú)立虛擬機(jī)
    的頭像 發(fā)表于 05-14 07:44 ?828次閱讀
    <b class='flag-5'>云</b>電競<b class='flag-5'>服務(wù)器</b> 工作原理
    伊川县| 淮滨县| 福泉市| 常州市| 昆明市| 汕头市| 杭锦旗| 洛扎县| 荆州市| 咸宁市| 容城县| 云和县| 石狮市| 容城县| 潞城市| 年辖:市辖区| 拉孜县| 彭山县| 乡宁县| 蛟河市| 河池市| 新乡县| 西丰县| 上思县| 安图县| 黎城县| 大余县| 益阳市| 河池市| 芮城县| 大新县| 贵阳市| 扬中市| 蛟河市| 岳普湖县| 兴和县| 峡江县| 汉阴县| 柏乡县| 梁平县| 莱芜市|