日時: | 2018-10-27 |
---|---|
作: | @voluntas |
バージョン: | 18.10.1 |
url: | https://voluntas.github.io/ |
概要
日時: | 2018-10-27 |
---|---|
作: | @voluntas |
バージョン: | 18.10.1 |
url: | https://voluntas.github.io/ |
概要
更新: | 2018-10-27 |
---|---|
作者: | @voluntas |
バージョン: | 18.10.3 |
URL: | http://voluntas.github.io/ |
更新: | 2017-09-26 |
---|---|
作者: | @voluntas |
作者サイト: | http://voluntas.github.io/ |
バージョン: | 1.2.1 |
セッション日時: | 2017-09-24 14:20 - 15:00 |
セッション場所: | 5号館3F |
// This is a bare bones example of creating a data channel between two WebRTC | |
// peers. Let's imagine two peers trying to connect to each other. We'll call | |
// one the "offer peer", and the other the "answer peer". The offer peer will | |
// be the one initiating a connection, and the answer peer will be the one | |
// responding to it. | |
// | |
// The two peers must use a separate connection to negotiate their connection. | |
// A websocket connection to a shared server is often used for this negotiation. | |
// They will exchange offers and answers using the websocket. Each peer will | |
// also attempt to discover more details about themselves (ICE), such as their |
Table of Contents:
sudo apt-get update | |
sudo apt-get install -y python3 python3-dev python3-pip gcc | |
sudo apt-get install -y python3-opencv | |
sudo apt-get install -y python3-numpy | |
sudo apt-get install git | |
sudo apt-get install wget | |
sudo apt-get install python3-setuptools | |
wget https://github.com/rockchip-linux/rknpu2/raw/master/runtime/RK356X/Linux/librknn_api/aarch64/librknnrt.so | |
sudo mv librknnrt.so /usr/lib/librknnrt.so | |
git clone https://github.com/rockchip-linux/rknn-toolkit2.git |
# /// script | |
# requires-python = ">=3.11,<3.12" | |
# dependencies = [ | |
# "distilabel[hf-transformers, hf-inference-endpoints]", | |
# ] | |
# /// | |
from distilabel.models import InferenceEndpointsLLM | |
from distilabel.pipeline import InstructionResponsePipeline | |
repo_id = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B" |