IBM / clai

Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
https://clai-home.mybluemix.net/
MIT License
476 stars 74 forks source link

make CLAI faster #32

Open TathagataChakraborti opened 4 years ago

TathagataChakraborti commented 4 years ago

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:

madhavanpallan commented 4 years ago

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

TathagataChakraborti commented 4 years ago

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.