mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-30 22:18:02 +00:00
Change wording (#707)
This commit is contained in:
parent
696cb50569
commit
856c5c8ca8
@ -3,8 +3,8 @@
|
||||
<a href="https://app.clear.ml"><img src="https://github.com/allegroai/clearml/blob/master/docs/clearml-logo.svg?raw=true" width="250px"></a>
|
||||
|
||||
|
||||
**ClearML - Auto-Magical Suite of tools to streamline your ML workflow
|
||||
</br>Experiment Manager, ML-Ops and Data-Management**
|
||||
**ClearML - Auto-Magical Suite of tools to streamline your AI workflow
|
||||
</br>Experiment Manager, MLOps, LLMOps, and Data-Management**
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Workers & Queues
|
||||
---
|
||||
|
||||
Two major components of MLOps are experiment reproducibility, and the ability to scale work to multiple machines. ClearML workers,
|
||||
Two major components of MLOps/LLMOps are experiment reproducibility, and the ability to scale work to multiple machines. ClearML workers,
|
||||
coupled with execution queues, address both these needs.
|
||||
|
||||
A ClearML worker is instantiated by launching a ClearML Agent, which is the base for **Automation** in ClearML and can be leveraged to build automated pipelines, launch custom services
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Best Practices
|
||||
---
|
||||
|
||||
This section talks about what made us design ClearML the way we did and how it reflects on ML / DL workflows.
|
||||
This section talks about what made us design ClearML the way we did and how it reflects on AI workflows.
|
||||
While ClearML was designed to fit into any workflow, we do feel that working as we describe below brings a lot of advantages from organizing one's workflow
|
||||
and furthermore, preparing it to scale in the long term.
|
||||
|
||||
|
@ -6,7 +6,7 @@ slug: /
|
||||
|
||||
ClearML is an open source platform that automates and simplifies developing and managing machine learning solutions
|
||||
for thousands of data science teams all over the world.
|
||||
It is designed as an end-to-end MLOps suite allowing you to focus on developing your ML code & automation,
|
||||
It is designed as an end-to-end MLOps and LLMOps suite allowing you to focus on developing your ML code & automation,
|
||||
while ClearML ensures your work is reproducible and scalable.
|
||||
|
||||
|
||||
@ -84,7 +84,7 @@ Want a more in depth introduction to ClearML? Choose where you want to get start
|
||||
<i>
|
||||
<img src="/docs/latest/icons/ico-mlops-engineer.svg" alt="MLOps engineer logo" />
|
||||
</i>
|
||||
<h4>MLOps Engineers</h4>
|
||||
<h4>MLOps and LLMOps Engineers</h4>
|
||||
<p>Learn how to use ClearML's automation, orchestration, and tracking tools</p>
|
||||
<span class="btn-link">
|
||||
<a href="getting_started/mlops/mlops_first_steps">START HERE</a>
|
||||
@ -122,6 +122,6 @@ GUI applications
|
||||
![Webapp gif](../img/gif/webapp_screenshots.gif)
|
||||
|
||||
## Who We Are
|
||||
ClearML is supported by you :heart: and the [clear.ml](https://clear.ml) team, which helps enterprise companies build scalable MLOps.
|
||||
ClearML is supported by you :heart: and the [clear.ml](https://clear.ml) team, which helps enterprise companies build scalable MLOps/LLMOps.
|
||||
|
||||
Join the ClearML community! Your contributions, questions, and input are always welcome. For more information, see [Community Resources](../community.md).
|
||||
|
@ -6,9 +6,9 @@ title: First Steps
|
||||
This tutorial assumes that you've already [signed up](https://app.clear.ml) to ClearML
|
||||
:::
|
||||
|
||||
ClearML provides tools for **automation**, **orchestration**, and **tracking**, all key in performing effective MLOps.
|
||||
ClearML provides tools for **automation**, **orchestration**, and **tracking**, all key in performing effective MLOps and LLMOps.
|
||||
|
||||
Effective MLOps relies on the ability to scale work beyond one's own computer. Moving from your own machine can be time-consuming.
|
||||
Effective MLOps and LLMOps rely on the ability to scale work beyond one's own computer. Moving from your own machine can be time-consuming.
|
||||
Even assuming that you have all the drivers and applications installed, you still need to manage multiple python environments
|
||||
for different packages / package versions, or worse - manage different Dockers for different package versions.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Agent Remote Execution and Automation
|
||||
description: Learn about the ClearML agent.
|
||||
keywords: [mlops, components, ClearML agent]
|
||||
keywords: [llmops, mlops, components, ClearML agent]
|
||||
---
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@ const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
title: 'ClearML',
|
||||
tagline: 'Auto-Magical Suite of tools to streamline your ML workflow',
|
||||
tagline: 'Auto-Magical Suite of tools to streamline your AI workflow',
|
||||
url: 'https://clear.ml',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'warn',
|
||||
|
@ -11,7 +11,7 @@ module.exports = {
|
||||
mainSidebar: [
|
||||
{'Getting Started': ['getting_started/main', {
|
||||
'Where do I start?': [{'Data Scientists': ['getting_started/ds/ds_first_steps', 'getting_started/ds/ds_second_steps', 'getting_started/ds/best_practices']},
|
||||
{'MLOps': ['getting_started/mlops/mlops_first_steps','getting_started/mlops/mlops_second_steps','getting_started/mlops/mlops_best_practices']}]
|
||||
{'MLOps and LLMOps': ['getting_started/mlops/mlops_first_steps','getting_started/mlops/mlops_second_steps','getting_started/mlops/mlops_best_practices']}]
|
||||
}, 'getting_started/architecture', {'Video Tutorials':
|
||||
[
|
||||
'getting_started/video_tutorials/quick_introduction',
|
||||
|
@ -97,7 +97,7 @@ function Home() {
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Turn your code into MLOps with only 2 lines of code with ClearML! Easily develop, orchestrate, and automate ML workflows at scale"
|
||||
description="Turn your code into MLOps with only 2 lines of code with ClearML! Easily develop, orchestrate, and automate AI workflows at scale"
|
||||
>
|
||||
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
||||
<div className="container">
|
||||
|
@ -28,7 +28,43 @@
|
||||
<path id="arc_b" data-name="arc b" d="m17.98,261.61c-.02-2.92,2.34-5.31,5.26-5.32,0,0,0,0,0,0,2.92.01,5.28,2.4,5.27,5.32h0c.01,2.93-2.34,5.31-5.27,5.33-2.92-.02-5.28-2.4-5.27-5.32Zm-1.75-12.28c-6.87-40.03,6.06-74,37.39-98.25,1.11-.86,2.71-.66,3.58.46.86,1.11.66,2.71-.45,3.57,0,0,0,0,0,0-30.17,23.35-42.11,54.76-35.49,93.35.24,1.39-.69,2.7-2.08,2.94,0,0,0,0,0,0-.14.03-.29.04-.43.04-1.24,0-2.3-.9-2.51-2.12h0Zm395.9-37.57c-.98-1.01-.96-2.62.05-3.6,0,0,0,0,0,0,27.41-26.6,35.82-59.15,24.98-96.76-.39-1.35.39-2.77,1.75-3.15,1.35-.39,2.76.39,3.15,1.74,0,0,0,0,0,0,11.23,39,2.13,74.22-26.33,101.83-.48.46-1.11.72-1.78.72-.69,0-1.35-.28-1.83-.77h0Zm16.34-113.19c-.02-2.92,2.34-5.31,5.26-5.32,2.92.01,5.28,2.4,5.27,5.32h0c.01,2.93-2.34,5.31-5.27,5.33-2.92-.02-5.28-2.4-5.26-5.32h0Z" fill="#47ace4"/>
|
||||
<path id="arc_y" data-name="arc y" d="m39.17,270.47c-12.61-21.5-15.06-50.16-6.09-71.32.55-1.3,2.05-1.9,3.34-1.35,1.3.55,1.9,2.04,1.36,3.34,0,0,0,0,0,0-8.37,19.75-6.04,46.57,5.79,66.75,18.06,30.79,59.79,49.45,98.38,27.36,1.22-.7,2.78-.27,3.48.95.7,1.22.28,2.78-.94,3.48,0,0,0,0,0,0-11.46,6.71-24.49,10.28-37.78,10.35-28.34,0-54.09-16.62-67.53-39.55Zm113.61,19.41c-.01-2.92,2.34-5.31,5.27-5.32,2.92.02,5.28,2.4,5.27,5.32.01,2.92-2.34,5.31-5.27,5.32-2.92-.02-5.28-2.4-5.27-5.32Zm274.91-126.43c-1.35-.4-2.12-1.82-1.71-3.17,6.14-20.56.87-46.96-13.11-65.67-21.34-28.57-64.87-42.4-100.77-16.11-1.13.83-2.73.59-3.56-.55,0,0,0,0,0,0-.83-1.14-.58-2.73.55-3.56,38.46-28.16,85.04-13.38,107.87,17.17,14.9,19.95,20.49,48.15,13.92,70.19-.33,1.08-1.32,1.82-2.45,1.82-.25,0-.49-.04-.73-.11Zm-136.29-77.81c-.02-2.92,2.34-5.31,5.26-5.32,0,0,0,0,0,0,2.92.01,5.28,2.4,5.27,5.32h0c.01,2.93-2.34,5.31-5.27,5.33-2.92-.02-5.28-2.4-5.27-5.32Z" fill="#abbf11"/>
|
||||
</g>
|
||||
<path id="txt" d="m106.96,171.96c6.13,0,11.17-3.44,11.17-9.03,0-9.91-14.74-6.85-14.74-13.06,0-1.97,1.64-3.74,5.29-3.74,2.63.08,5.2.82,7.48,2.14l1.26-4.62c-1.72-1.34-5.59-2.35-8.9-2.35-6.34,0-10.63,3.7-10.63,9.11,0,10.5,14.78,7.14,14.78,12.89,0,2.27-2.1,3.86-5.8,3.86-2.94-.07-5.8-.91-8.32-2.44l-.96,4.87c2.88,1.54,6.1,2.35,9.36,2.35Zm20.58-22.76h-5.33v13.06c0,7.22,3.4,9.58,7.98,9.58,3.34.04,6.44-1.71,8.15-4.58v4.16h5.33v-22.22h-5.33v11.84c-1.64,4.24-3.82,6.26-6.76,6.26-2.6,0-4.03-1.64-4.03-5.38v-12.73Zm26.92,0h-5.16v31.08h5.38v-12.43c1.67,2.65,4.6,4.23,7.73,4.16,5.76,0,10.92-3.99,10.92-11.59s-5-11.8-10.92-11.8c-3.19-.09-6.2,1.48-7.94,4.16v-3.58Zm7.14,3.95c3.44,0,6.09,2.48,6.09,7.18s-2.65,7.1-6.13,7.1-6.13-2.86-7.1-7.1c1.01-4.28,3.79-7.18,7.15-7.18h0Zm35.24,12.68c-2.33,1.27-4.95,1.91-7.6,1.85-4.28,0-6.68-1.89-7.22-5.67h16.67c.09-.57.13-1.15.13-1.72,0-7.98-4.83-11.68-10.96-11.68-6.59,0-11.42,4.66-11.42,11.84s4.24,11.55,11.97,11.55c3.27.08,6.51-.71,9.37-2.31l-.92-3.86Zm-9.07-12.98c3.28,0,5.12,1.93,5.5,5.8h-11.25c.46-3.83,2.48-5.8,5.75-5.8Zm15.33,18.56h5.38v-11.89c1.47-3.82,3.95-6.17,6.68-6.17.67,0,1.34.09,1.97.29l.76-4.58c-.71-.21-1.45-.31-2.18-.29-3.11,0-5.5,1.89-7.22,4.54v-4.12h-5.38v22.22Zm32.76-5.5c-1.83,1.03-3.91,1.53-6.01,1.47-3.61,0-6.43-2.65-6.43-7.06s2.9-7.18,6.55-7.18c2.03,0,4,.61,5.67,1.76l1.34-4.28c-2.17-1.44-4.74-2.16-7.35-2.06-6.43,0-11.84,4.33-11.84,11.97s5.21,11.42,11.59,11.42c2.56.11,5.09-.55,7.27-1.89l-.8-4.16Zm4.87,5.5h5.38v-11.89c1.81-4.24,4.03-6.34,6.97-6.34,2.65,0,4.07,1.64,4.07,5.38v12.85h5.33v-13.19c0-7.22-3.44-9.62-8.11-9.62-3.36,0-6.17,1.64-8.27,4.75v-11.47h-5.38v29.53Zm25.87-11.09c0,7.6,5.17,11.59,10.92,11.59,3.27.04,6.31-1.69,7.93-4.54v4.03h5.33v-22.22h-5.33v3.44c-1.78-2.61-4.78-4.13-7.94-4.03-5.92,0-10.92,4.12-10.92,11.72Zm5.63-.08c0-4.7,2.65-7.1,6.09-7.1s6.05,2.65,7.14,6.93v.21c-1.01,4.16-3.57,7.1-7.14,7.1-3.44,0-6.09-2.6-6.09-7.14Zm24.19,11.17h5.38v-11.89c1.47-3.82,3.95-6.17,6.68-6.17.67,0,1.34.09,1.97.29l.76-4.58c-.71-.21-1.45-.31-2.18-.29-3.11,0-5.5,1.89-7.22,4.54v-4.12h-5.38v22.22Zm15.03-11.47c0,7.56,5.17,11.09,10.88,11.09,3.22.16,6.27-1.43,7.98-4.16v3.65c0,3.78-3.15,5.46-6.89,5.46-3.42-.05-6.78-.97-9.74-2.69l-.76,4.75c3.2,1.84,6.85,2.79,10.54,2.73,7.1,0,12.18-3.91,12.18-9.41v-22.18h-5.33v3.49c-1.79-2.63-4.8-4.17-7.98-4.07-5.88,0-10.88,3.74-10.88,11.34Zm5.59-.08c0-4.58,2.69-6.72,6.09-6.72s6.09,2.56,7.18,6.76v.17c-1.05,4.12-3.7,6.43-7.14,6.43s-6.13-2.31-6.13-6.64h0Zm43.39,5.96c-2.33,1.27-4.95,1.91-7.6,1.85-4.28,0-6.68-1.89-7.22-5.67h16.67c.09-.57.13-1.15.13-1.72,0-7.98-4.83-11.68-10.96-11.68-6.59,0-11.42,4.66-11.42,11.84s4.24,11.55,11.97,11.55c3.27.08,6.51-.71,9.37-2.31l-.93-3.86Zm-9.07-12.98c3.28,0,5.12,1.93,5.5,5.8h-11.25c.46-3.83,2.48-5.8,5.75-5.8Z" fill="#86b117"/>
|
||||
<path id="txt-2" d="m86.25,203.51h-5.92l-6.09,16.34-5.84-16.34h-6.22l9.24,22.34-3.91,8.69h5.67l13.06-31.04Zm.04,11.17c0,7.56,5.58,11.59,12.05,11.59s12.39-4.16,12.39-11.72-5.96-11.68-12.31-11.68-12.14,4.24-12.14,11.8Zm5.63-.17c0-4.83,3.11-7.14,6.59-7.14s6.59,2.48,6.59,7.22-2.9,7.14-6.68,7.14c-3.66,0-6.51-2.39-6.51-7.22Zm28.18-11h-5.33v13.06c0,7.22,3.4,9.58,7.98,9.58,3.34.04,6.44-1.71,8.15-4.58v4.16h5.33v-22.22h-5.33v11.84c-1.64,4.24-3.82,6.26-6.76,6.26-2.6,0-4.03-1.64-4.03-5.38v-12.72Zm21.76,22.21h5.38v-11.89c1.47-3.82,3.95-6.17,6.68-6.17.67,0,1.34.09,1.97.29l.76-4.58c-.71-.21-1.45-.31-2.18-.29-3.11,0-5.5,1.89-7.22,4.54v-4.12h-5.38v22.22Zm25.83,0h5.33v-19.66l8.02,13.86h3.61l8.23-14.11v19.91h5.38v-29.53h-5.12l-10.08,17.18-10.21-17.09v-.08h-5.17v29.53Zm37.09,0h17.43v-4.75h-11.89v-24.78h-5.54v29.53Zm28.35,0h9.49c8.65,0,15.16-5.71,15.16-14.74s-6.47-14.78-15.16-14.78h-9.49v29.53Zm9.58-24.82c5.21,0,9.37,3.99,9.37,10.21s-4.07,9.91-9.41,9.91h-3.99v-20.12h4.03Zm38.72,19.24c-2.33,1.27-4.95,1.91-7.6,1.85-4.28,0-6.68-1.89-7.22-5.67h16.67c.09-.57.13-1.15.13-1.72,0-7.98-4.83-11.68-10.96-11.68-6.59,0-11.42,4.66-11.42,11.84s4.24,11.55,11.97,11.55c3.27.08,6.51-.71,9.37-2.31l-.92-3.86Zm-9.07-12.98c3.28,0,5.12,1.93,5.5,5.8h-11.25c.46-3.83,2.48-5.8,5.75-5.8h0Zm15.33,18.56h5.38v-29.53h-5.38v29.53Zm10.37-28.9c.02,1.79,1.5,3.22,3.29,3.2.01,0,.02,0,.03,0,1.78.07,3.29-1.31,3.36-3.1,0-.03,0-.06,0-.09.01-1.77-1.41-3.22-3.19-3.24-.06,0-.12,0-.17,0-1.78-.05-3.27,1.35-3.32,3.13,0,.03,0,.06,0,.09h0Zm.63,28.9h5.38v-22.22h-5.38v22.22Zm17.6,0h5.33l9.58-22.22h-5.96l-6.13,16.13-5.8-16.13h-6.22l9.2,22.22Zm35.36-5.59c-2.33,1.27-4.95,1.91-7.6,1.85-4.28,0-6.68-1.89-7.22-5.67h16.67c.09-.57.13-1.15.13-1.72,0-7.98-4.83-11.68-10.96-11.68-6.59,0-11.42,4.66-11.42,11.84s4.23,11.55,11.97,11.55c3.27.08,6.51-.71,9.37-2.31l-.92-3.86Zm-9.08-12.98c3.28,0,5.12,1.93,5.5,5.8h-11.25c.46-3.83,2.48-5.8,5.75-5.8Zm15.33,18.56h5.38v-11.89c1.47-3.82,3.95-6.17,6.68-6.17.67,0,1.34.09,1.97.29l.76-4.58c-.71-.21-1.45-.31-2.18-.29-3.11,0-5.5,1.89-7.22,4.54v-4.12h-5.38v22.22Zm39.9-22.22h-5.92l-6.09,16.34-5.84-16.34h-6.22l9.24,22.34-3.91,8.69h5.67l13.06-31.04Z" fill="#fff"/>
|
||||
<rect id="canvas" y=".33" width="460" height="376" fill="none"/>
|
||||
<path id="Supercharge" d="M119.8,159.9c0,5.6-5,9-11.1,9c-3.4,0-6.9-1-9.3-2.3l1-4.9c2.3,1.4,5.4,2.4,8.3,2.4
|
||||
c3.7,0,5.8-1.6,5.8-3.9c0-5.7-14.8-2.4-14.8-12.9c0-5.4,4.3-9.1,10.6-9.1c3.3,0,7.2,1,8.9,2.3l-1.3,4.6c-1.9-1-4.6-2.1-7.5-2.1
|
||||
c-3.6,0-5.3,1.8-5.3,3.7C105.1,153.1,119.8,150,119.8,159.9z M140,158c-1.6,4.2-3.8,6.2-6.7,6.2c-2.6,0-4-1.6-4-5.4v-12.7h-5.3v13
|
||||
c0,7.2,3.4,9.6,8,9.6c3.4,0,6.1-1.6,8.1-4.6v4.1h5.3v-22.2H140V158z M174.9,157.4c0,7.6-5.2,11.6-10.9,11.6c-3.4,0-5.9-1.5-7.7-4.1
|
||||
v12.4h-5.4v-31h5.2v3.6c1.8-2.7,4.5-4.1,7.9-4.1C169.9,145.6,174.9,149.8,174.9,157.4z M169.2,157.3c0-4.7-2.6-7.2-6.1-7.2
|
||||
c-3.4,0-6.1,2.9-7.1,7.2c1,4.2,3.6,7.1,7.1,7.1C166.6,164.4,169.2,161.8,169.2,157.3z M200.3,157.3c0,0.7,0,1.3-0.1,1.7h-16.6
|
||||
c0.5,3.8,2.9,5.7,7.2,5.7c2.7,0,5-0.5,7.6-1.8l0.9,3.9c-2.4,1.4-5.5,2.3-9.3,2.3c-7.7,0-11.9-4.4-11.9-11.5
|
||||
c0-7.2,4.8-11.8,11.4-11.8C195.5,145.6,200.3,149.3,200.3,157.3z M194.8,155.6c-0.4-3.9-2.2-5.8-5.5-5.8s-5.3,2-5.7,5.8H194.8z
|
||||
M209.9,150.3v-4.1h-5.4v22.2h5.4v-11.9c1.5-3.8,3.9-6.2,6.7-6.2c0.6,0,1.4,0.1,2,0.3l0.8-4.6c-0.6-0.2-1.4-0.3-2.2-0.3
|
||||
C214,145.8,211.6,147.7,209.9,150.3z M232.3,150.1c2.4,0,3.9,0.7,5.7,1.8l1.3-4.3c-1.9-1.3-4.3-2.1-7.3-2.1
|
||||
c-6.4,0-11.8,4.3-11.8,11.9c0,7.3,5.2,11.4,11.6,11.4c3.2,0,5.6-0.8,7.2-1.9l-0.8-4.1c-2.1,1.1-3.9,1.5-6,1.5c-3.6,0-6.4-2.6-6.4-7
|
||||
C225.7,152.7,228.6,150.1,232.3,150.1z M256.6,145.6c-3.4,0-6.2,1.6-8.3,4.7v-11.4H243v29.5h5.4v-11.9c1.8-4.2,4-6.3,7-6.3
|
||||
c2.6,0,4.1,1.6,4.1,5.4v12.8h5.3v-13.2C264.7,148,261.3,145.6,256.6,145.6z M287.6,146.2h5.3v22.2h-5.3v-4c-1.8,2.9-4.4,4.5-7.9,4.5
|
||||
c-5.7,0-10.9-4-10.9-11.6c0-7.6,5-11.7,10.9-11.7c3.4,0,6,1.4,7.9,4V146.2z M287.6,157c-1.1-4.3-3.9-6.9-7.1-6.9
|
||||
c-3.4,0-6.1,2.4-6.1,7.1c0,4.5,2.6,7.1,6.1,7.1c3.6,0,6.1-2.9,7.1-7.1V157z M303.9,150.3v-4.1h-5.4v22.2h5.4v-11.9
|
||||
c1.5-3.8,3.9-6.2,6.7-6.2c0.6,0,1.4,0.1,2,0.3l0.8-4.6c-0.6-0.2-1.4-0.3-2.2-0.3C308,145.8,305.6,147.7,303.9,150.3z M333.1,146.2
|
||||
h5.3v22.1c0,5.5-5.1,9.4-12.2,9.4c-3.9,0-8-1.1-10.5-2.7l0.8-4.7c2.7,1.7,6.7,2.7,9.7,2.7c3.7,0,6.9-1.7,6.9-5.4v-3.6
|
||||
c-1.8,2.8-4.5,4.1-8,4.1c-5.7,0-10.9-3.5-10.9-11.1c0-7.6,5-11.3,10.9-11.3c3.4,0,6.1,1.4,8,4.1V146.2z M333.1,156.9
|
||||
c-1.1-4.2-3.9-6.7-7.2-6.7c-3.4,0-6.1,2.1-6.1,6.7c0,4.3,2.7,6.6,6.1,6.6c3.4,0,6.1-2.3,7.1-6.4V156.9z M365,159h-16.6
|
||||
c0.5,3.8,2.9,5.7,7.2,5.7c2.7,0,5-0.5,7.6-1.8l0.9,3.9c-2.4,1.4-5.5,2.3-9.3,2.3c-7.7,0-11.9-4.4-11.9-11.5
|
||||
c0-7.2,4.8-11.8,11.4-11.8c6.1,0,10.9,3.7,10.9,11.7C365.2,157.9,365.1,158.5,365,159z M359.6,155.6c-0.4-3.9-2.2-5.8-5.5-5.8
|
||||
s-5.3,2-5.7,5.8H359.6z" fill="#86b117"/>
|
||||
<path id="yourAIDelivery" d="M88.4,204h5.9l-13,31h-5.7l3.9-8.7L70.3,204h6.2l5.8,16.3L88.4,204z M119.5,215
|
||||
c0,7.5-5.7,11.7-12.4,11.7c-6.5,0-12-4-12-11.6c0-7.5,5.7-11.8,12.1-11.8C113.5,203.4,119.5,207.5,119.5,215z M113.9,215.1
|
||||
c0-4.7-3-7.2-6.6-7.2c-3.5,0-6.6,2.3-6.6,7.1s2.9,7.2,6.5,7.2C111,222.2,113.9,219.8,113.9,215.1z M139.6,215.8
|
||||
c-1.6,4.2-3.8,6.2-6.7,6.2c-2.6,0-4-1.6-4-5.4V204h-5.3v13c0,7.2,3.4,9.6,8,9.6c3.4,0,6.1-1.6,8.1-4.6v4.1h5.3V204h-5.3V215.8z
|
||||
M155.9,208.1V204h-5.4v22.2h5.4v-11.9c1.5-3.8,3.9-6.2,6.7-6.2c0.6,0,1.4,0.1,2,0.3l0.8-4.6c-0.6-0.2-1.4-0.3-2.2-0.3
|
||||
C160,203.6,157.6,205.5,155.9,208.1z M189.7,196.7l10.8,29.5h-5.8l-2.6-7.4h-11l-2.6,7.4H173l10.9-29.5H189.7z M190.5,214.2
|
||||
l-3.9-11.3l-3.9,11.3H190.5z M202.2,199.8h3.7v23.3h-3.7v3.1h13v-3.1h-3.7v-23.3h3.7v-3.1h-13V199.8z M254.1,211.5
|
||||
c0,9-6.5,14.7-15.1,14.7h-9.5v-29.5h9.5C247.6,196.7,254.1,202.5,254.1,211.5z M248.4,211.6c0-6.2-4.1-10.2-9.3-10.2h-4v20.1h4
|
||||
C244.3,221.5,248.4,217.8,248.4,211.6z M279.6,215.1c0,0.7,0,1.3-0.1,1.7h-16.6c0.5,3.8,2.9,5.7,7.2,5.7c2.7,0,5-0.5,7.6-1.8
|
||||
l0.9,3.9c-2.4,1.4-5.5,2.3-9.3,2.3c-7.7,0-11.9-4.4-11.9-11.5c0-7.2,4.8-11.8,11.4-11.8C274.8,203.4,279.6,207.1,279.6,215.1z
|
||||
M274.1,213.5c-0.4-3.9-2.2-5.8-5.5-5.8c-3.3,0-5.3,2-5.7,5.8H274.1z M283.9,226.2h5.4v-29.5h-5.4V226.2z M294.9,226.2h5.4V204h-5.4
|
||||
V226.2z M297.5,194.1c-1.8,0-3.3,1.3-3.3,3.2c0,1.9,1.6,3.2,3.3,3.2c1.8,0,3.4-1.3,3.4-3.2C300.9,195.4,299.3,194.1,297.5,194.1z
|
||||
M315.2,220.1l-5.8-16.1h-6.2l9.2,22.2h5.3l9.6-22.2h-6L315.2,220.1z M350.4,215.1c0,0.7,0,1.3-0.1,1.7h-16.6
|
||||
c0.5,3.8,2.9,5.7,7.2,5.7c2.7,0,5-0.5,7.6-1.8l0.9,3.9c-2.4,1.4-5.5,2.3-9.3,2.3c-7.7,0-11.9-4.4-11.9-11.5
|
||||
c0-7.2,4.8-11.8,11.4-11.8C345.6,203.4,350.4,207.1,350.4,215.1z M344.9,213.5c-0.4-3.9-2.2-5.8-5.5-5.8s-5.3,2-5.7,5.8H344.9z
|
||||
M360.1,208.1V204h-5.4v22.2h5.4v-11.9c1.5-3.8,3.9-6.2,6.7-6.2c0.6,0,1.4,0.1,2,0.3l0.8-4.6c-0.6-0.2-1.4-0.3-2.2-0.3
|
||||
C364.2,203.6,361.8,205.5,360.1,208.1z M388.4,204l-6.1,16.3l-5.8-16.3h-6.2l9.2,22.3l-3.9,8.7h5.7l13-31H388.4z" fill="#fff"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user