Giter VIP home page Giter VIP logo

pdfgpt-azure's Introduction

Hi 👋, I'm Massimiliano

A passionate Machine Learning Engineer from Italy, currently in France

mspronesti Emulator000

  • 🧑‍💼 Machine Learning Engineer at Amadeus
  • 🎓 M.Sc. Computer Science Engineering at Politecnico di Torino 🇮🇹
  • ✈ M.Sc. Data Science and Engineering at Institut Eurecom as part of a double degree program 🇫🇷
  • 💻 Mainly interested in Deep Learning (specifically Generative AI), High-performance Computing (HPC) and Distributed Systems.
  • 🐧 Linux and Open-source enthusiast

-----------------------------------------------------

Connect with me

mspronesti | Website   mspronesti | Linkedin  

Favourite Languages, Frameworks and Tools

linux bash c cplusplus python scikit_learn docker aws azure kubernetes hadoop spark java git react HTML CSS JavaScript mongodb nodejs postgresql pytorch tensorflow pandas Rust

-----------------------------------------------------

⚡ Recent Activity

  1. 🗣 Commented on #21572 in langchain-ai/langchain
  2. 🗣 Commented on #20600 in langchain-ai/langchain
  3. 🗣 Commented on #21572 in langchain-ai/langchain
  4. 🗣 Commented on #21527 in langchain-ai/langchain
  5. 🗣 Commented on #21527 in langchain-ai/langchain

pdfgpt-azure's People

Contributors

mspronesti avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

jfontestad

pdfgpt-azure's Issues

Windows 本地Docker运行报错

附上报错日志

2023-10-12 16:56:30 ERROR  gateway/rep-0@23                                      [10/12/23 08:56:30]
2023-10-12 16:56:30        AttributeError('__pydantic_parent_namespace__')                          
2023-10-12 16:56:30        during 'GatewayRuntime' initialization                                   
2023-10-12 16:56:30         add "--quiet-error" to suppress the exception                           
2023-10-12 16:56:30        details                                                                  
2023-10-12 16:56:30        Traceback (most recent call last):                                       
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/jina/orchest…                    
2023-10-12 16:56:30        line 89, in run                                                          
2023-10-12 16:56:30            runtime = AsyncNewLoopRuntime(                                       
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/jina/serve/r…                    
2023-10-12 16:56:30        line 81, in __init__                                                     
2023-10-12 16:56:30            self._loop.run_until_complete(self.async_setup())                    
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/nest_asyncio…                    
2023-10-12 16:56:30        line 99, in run_until_complete                                           
2023-10-12 16:56:30            return f.result()                                                    
2023-10-12 16:56:30          File "/usr/local/lib/python3.8/asyncio/futures.py",                    
2023-10-12 16:56:30        line 178, in result                                                      
2023-10-12 16:56:30            raise self._exception                                                
2023-10-12 16:56:30          File "/usr/local/lib/python3.8/asyncio/tasks.py",                      
2023-10-12 16:56:30        line 280, in __step                                                      
2023-10-12 16:56:30            result = coro.send(None)                                             
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/jina/serve/r…                    
2023-10-12 16:56:30        line 257, in async_setup                                                 
2023-10-12 16:56:30            await self.server.setup_server()                                     
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/jina/serve/r…                    
2023-10-12 16:56:30        line 119, in setup_server                                                
2023-10-12 16:56:30            _install_health_check(app, self.logger)                              
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/jina/serve/r…                    
2023-10-12 16:56:30        line 200, in _install_health_check                                       
2023-10-12 16:56:30            from jina.serve.runtimes.gateway.models import                       
2023-10-12 16:56:30        JinaHealthModel                                                          
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/jina/serve/r…                    
2023-10-12 16:56:30        line 214, in <module>                                                    
2023-10-12 16:56:30            protobuf_to_pydantic_model(proto)                                    
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/jina/serve/r…                    
2023-10-12 16:56:30        line 173, in protobuf_to_pydantic_model                                  
2023-10-12 16:56:30            field_type =                                                         
2023-10-12 16:56:30        protobuf_to_pydantic_model(f.message_type)                               
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/jina/serve/r…                    
2023-10-12 16:56:30        line 173, in protobuf_to_pydantic_model                                  
2023-10-12 16:56:30            field_type =                                                         
2023-10-12 16:56:30        protobuf_to_pydantic_model(f.message_type)                               
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/jina/serve/r…                    
2023-10-12 16:56:30        line 207, in protobuf_to_pydantic_model                                  
2023-10-12 16:56:30            model.update_forward_refs()                                          
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/typing_exten…                    
2023-10-12 16:56:30        line 2360, in wrapper                                                    
2023-10-12 16:56:30            return arg(*args, **kwargs)                                          
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/pydantic/mai…                    
2023-10-12 16:56:30        line 1250, in update_forward_refs                                        
2023-10-12 16:56:30            cls.model_rebuild(force=True)                                        
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/pydantic/mai…                    
2023-10-12 16:56:30        line 457, in model_rebuild                                               
2023-10-12 16:56:30            _model_construction.unpack_lenient_weakvaluedict…                    
2023-10-12 16:56:30        or {}                                                                    
2023-10-12 16:56:30          File                                                                   
2023-10-12 16:56:30        "/usr/local/lib/python3.8/site-packages/pydantic/_in…                    
2023-10-12 16:56:30        line 216, in __getattr__                                                 
2023-10-12 16:56:30            raise AttributeError(item)                                           
2023-10-12 16:56:30        AttributeError: __pydantic_parent_namespace__                            
2023-10-12 16:56:30 
2023-10-12 16:56:30 ERROR  Flow@ 1 Flow is aborted due to ['gateway'] can not be [10/12/23 08:56:30]
2023-10-12 16:56:30        started.                                                                 
2023-10-12 16:56:30 Traceback (most recent call last):
2023-10-12 16:56:30   File "/usr/local/bin/lc-serve", line 8, in <module>
2023-10-12 16:56:30     sys.exit(serve())
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1157, in __call__
2023-10-12 16:56:30     return self.main(*args, **kwargs)
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1078, in main
2023-10-12 16:56:30     rv = self.invoke(ctx)
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1688, in invoke
2023-10-12 16:56:30     return _process_result(sub_ctx.command.invoke(sub_ctx))
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1688, in invoke
2023-10-12 16:56:30     return _process_result(sub_ctx.command.invoke(sub_ctx))
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1434, in invoke
2023-10-12 16:56:30     return ctx.invoke(self.callback, **ctx.params)
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/click/core.py", line 783, in invoke
2023-10-12 16:56:30     return __callback(*args, **kwargs)
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/lcserve/__main__.py", line 664, in local
2023-10-12 16:56:30     serve_locally(module_str=module_str, fastapi_app_str=app, port=port, env=env)
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/lcserve/__main__.py", line 57, in serve_locally
2023-10-12 16:56:30     with Flow.load_config(f_yaml) as f:
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/jina/orchestrate/orchestrator.py", line 14, in __enter__
2023-10-12 16:56:30     return self.start()
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/jina/orchestrate/flow/builder.py", line 33, in arg_wrapper
2023-10-12 16:56:30     return func(self, *args, **kwargs)
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/jina/orchestrate/flow/base.py", line 1832, in start
2023-10-12 16:56:30     self._wait_until_all_ready()
2023-10-12 16:56:30   File "/usr/local/lib/python3.8/site-packages/jina/orchestrate/flow/base.py", line 1975, in _wait_until_all_ready
2023-10-12 16:56:30     raise RuntimeFailToStart
2023-10-12 16:56:30 jina.excepts.RuntimeFailToStart

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.