MileyFu

@mileyfu

Joined on Sep 1, 2021

  • Orginial English は、こちらのページをご覧ください。 ノードにアクセスするためのweb UIやAPIの使用方法の詳細:https://llama3.gaianet.network Chat応答が遅い場合は、自分でGaiaNetノードを実行してAPIのテストしてみてください。 https://github.com/GaiaNet-AI/gaianet-node/blob/main/README-ja.md GaiaNetは、OpenAIのAPIに直接代わるものとして、Llama 3 8B(高速)とLlama 3 70B(高能)のノードを提供しています。OpenAIとは異なり、これらは完全に無料で、APIキーは必要ありません。お楽しみください! Llama 3 8B あなたのアプリでOpenAIの設定を以下に置き換えてください。
     Like  Bookmark
  • Run a finetuned LLM and proprietary knowledge base on your own computer. You can chat with it, or use it as a free and drop-in replacement for the OpenAI API. Quick start in a few mins Install with a single line of command on Mac, Linux/ Windows WSL. curl -sSfL 'https://raw.githubusercontent.com/GaiaNet-AI/gaianet-node/main/install.sh' | bash Initialize the node. It will download the model files and vector database files specified in the $HOME/gaianet/config.json file, and it could take a few minutes since the files are large. gaianet init
     Like  Bookmark
  • Choose Your ModelLlama 3 8B for fast response times or Llama 3 70B for more capable processing. No API key required, completely free! Update Your App Configuration Replace your current API settings with GaiaNet's model details. Example for Llama 3 8B:Model Name: Meta-Llama-3-8B-Instruct.Q5_K_M API Endpoint URL: https://llama3.gaianet.network/v1 Example for Llama 3 8B-Japanese:
     Like  Bookmark
  • Deploy this function on flows.network, and you will get a Slack bot that send a message every time your GitHub repo get 10 more stars. image This is a simple example to show how flows.network works when there is a trigger event happens on GitHub then an action gets set off (message sent) in Slack. Deploy Github Star Slack Messenger on your Slack channel To install this Github Star Slack Messenger, we use flows.network, a serverless platform that lets you make a workflow app in three simple steps. Fork this repo and make simple code edit
     Like  Bookmark
  • Getting Started with WasmEdge on Docker Desktop: A Step-by-Step Guide Getting Started with Docker + WasmEdge: A Step-by-Step Guide The new version of Docker Desktop officially integrates WasmEdge Docker Desktop has released a new version 4.15, which officially integrated WasmEdge's containerd shim, and Docker + Wasm also entered the beta stage from tech preview. This means that 10 million Docker Desktop users have installed WasmEdge, and Docker developers can use their familiar tool chain to develop WasmEdge applications. Docker+WasmEdge provides a complete example of a database-based microservice application. To quickly try out Docker + Wasm, it is easiest to start with this example. First, git clone to microservice-rust-mysql repository locally and open the example.
     Like  Bookmark
  • +++ author = "WasmEdge" title = "🥳 WasmEdge at KubeCon NA 2022: A Recap" date = "2022-12-05" description = "Recap of WasmEdge at KubeCon and CloudNativeCon NA 2022" tags = [ "C++","Rust""kubeCon", ] categories = [ "WebAssembly", "contributor", "LFX Mentorship"
     Like  Bookmark
  • 本文翻译自 Docker blog,作者为 TYLER CHARBONEAU,本文中的我们均指代 Docker。 原文链接:https://www.docker.com/blog/build-share-run-webassembly-apps-docker/ 毫无疑问,WebAssembly(Wasm)最近在技术圈风头正劲。尽管在一些人看来这可能是一时热度,但我们相信 Wasm 在持续的容器化开发中发挥着关键作用。 Docker 和 Wasm 可以是互补的技术。 过去,我们探索了 Docker 如何成功运行 Wasm 模块以及 Linux 或 Windows 容器。近五个月后,我们通过 Docker+Wasm 技术预览 又向前迈出了一大步。开发者比以往任何时候都更需要卓越的性能、可移植性和运行时隔离。 Docker 工程总监 Chris Crone 和 Second State CEO、创始人 Michael Yuan 在 CNCF Cloud Native Wasm Day 2022 上解决了这些症结。这是大会演讲的完整视频,但请留意我们之后的详细拆解: 无需学习新流程,开发者即可使用 Docker 和 Wasm 顺利地开发。流行的 Docker CLI 命令可以解决这个问题。有了与 WasmEdge 的合作,Docker 甚至可以管理 WebAssembly 运行时。我们将深入探讨我们处理这个新项目的原因以及使之成为可能的技术机制。
     Like  Bookmark
  • tidb-hackathon-2022 团队名称:Second State 作者:Miley Fu, Michael Yuan 项目进展:如有拆分好的 PR 或 issue 可以列出链接 项目介绍 一段简单的介绍即可,帮助文档阅读者了解设计文档的简要信息。 背景&动机
     Like  Bookmark
  • +++ author = "M" title = "软件应该默认是安全、零信任的" date = "2022-09-20" description = "WebAssembly empowers software security.`" tags = [ "Rust", ] categories = [ "Edge Computing","edge cloud","WasmEdge",
     Like  Bookmark
  • 1. clone project # new a workspace $ makedir wasm && cd wasm # quickjs-wasi rust binding wasm/$ git clone https://github.com/second-state/wasmedge-quickjs.git # quickjs-wasi wasm/$ git clone https://github.com/second-state/quickjs-wasi.git
     Like  Bookmark