Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

make CLAI faster #32

Open
TathagataChakraborti opened this issue Mar 5, 2020 · 2 comments
Open

make CLAI faster #32

TathagataChakraborti opened this issue Mar 5, 2020 · 2 comments
Labels
enhancement New feature or request epic Discussion of long term goals.

Comments

@TathagataChakraborti
Copy link
Member

Since the CLAI platform tries to instrument the command line to the most generic extent possible for different kinds of AI agents, it is understandably slow for any specific use case.

That being said, we welcome any contributions to make it faster (targeting any part of the code). Some ideas rolling around:

  • have post_execution only: that way we can still respond to the user commands after the fact, after a bash command failure prompt for natural language commands for example, but users don't have to wait for execution of normal commands this way. Maybe a new mode for CLAI where the pre-execution processing can be turned off?

  • remove remote calls to the extent possible. iss31

  • other ideas welcome 😃

@TathagataChakraborti TathagataChakraborti added enhancement New feature or request epic Discussion of long term goals. labels Mar 5, 2020
@madhavanpallan
Copy link
Contributor

madhavanpallan commented Mar 21, 2020

An upgrade, in the operating system per se to ubuntu 18.04 LTS from ubuntu 16.04 could be a fine upgrade for 'clai' system. The external IBM cloud already provides ubuntu 18.04 LTS for service. Please find the snapshot below. Current deployment:-
clai_ubuntu
IBM Cloud External version availability:-
ibmcloud_ubuntu

4 tasks
@TathagataChakraborti
Copy link
Member Author

An upgrade, in the operating system per se to ubuntu 18.04 LTS from ubuntu 16.04 could be a fine upgrade for 'clai' system.

@madhavanpallan Well that is just the web deployment, doesn't really affect the local installation. Also this discussion with @twinstar26 might be of interest.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request epic Discussion of long term goals.
Projects
None yet
Development

No branches or pull requests

2 participants