I hereby claim:
- I am John-Lin on github.
- I am johnlin_ (https://keybase.io/johnlin_) on keybase.
- I have a public key whose fingerprint is 0412 942F AFE5 6937 4EF2 F245 F729 570C C1A6 E7BE
To claim this, I am signing this object:
| from langchain.llms import OpenAI | |
| from langchain.chains import LLMChain | |
| from langchain.prompts import PromptTemplate | |
| from langchain.chains import SimpleSequentialChain | |
| code_diff = """ | |
| diff --git a/pkg/bot/execute.go b/pkg/bot/execute.go | |
| index 5f8ec1e..796620b 100644 | |
| --- a/pkg/bot/execute.go | |
| +++ b/pkg/bot/execute.go |
| from langchain.llms import LlamaCpp | |
| from langchain import PromptTemplate, LLMChain | |
| from langchain.callbacks.manager import CallbackManager | |
| from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler | |
| template_cot = """Question: {question} | |
| Answer: Let's work this out in a step by step way to be sure we have the right answer.""" | |
| template_zero_shot = """{question}""" |
I hereby claim:
To claim this, I am signing this object:
| # Configuration for Alacritty, the GPU enhanced terminal emulator. | |
| # Any items in the `env` entry below will be added as | |
| # environment variables. Some entries may override variables | |
| # set by alacritty itself. | |
| #env: | |
| # TERM variable | |
| # | |
| # This value is used to set the `$TERM` environment variable for | |
| # each instance of Alacritty. If it is not present, alacritty will |
Please see How to Minikube
$ minikube start --cpus 4 --memory 8192| from ryu.base import app_manager | |
| from ryu.controller import ofp_event | |
| from ryu.controller.handler import CONFIG_DISPATCHER | |
| from ryu.controller.handler import set_ev_cls | |
| from ryu.ofproto import ofproto_v1_3 | |
| class Switch(app_manager.RyuApp): | |
| OFP_VERSIONS = [ofproto_v1_3.OFP_VERSION] |
| +---------+ +-----------+ | |
| |ovs-ofctl| |sFlow Trend| | |
| +----^----+ +-----^-----+ | |
| | | Remote | |
| +-----------------------------------------------------------------------------------------------+ | |
| | | | |
| | sFlow | | |
| | | +---------+ +----------+ +---------+ +------------+ | |
| | | |ovs-dpctl| |ovs-appctl| |ovs-vsctl| |ovsdb-client| | |
| | | +----+----+ +------^---+ +-----+---+ +-------^----+ |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant.configure("2") do |config| | |
| config.vm.box = "ubuntu/xenial64" | |
| config.vm.provider "virtualbox" do |vb| | |
| vb.gui = true | |
| vb.customize ['modifyvm', :id, '--nictype1', 'Am79C973'] | |
| vb.customize ['modifyvm', :id, '--nicpromisc1', 'allow-all'] | |
| end | |
| config.vm.provision :shell, path: "bootstrap.sh" |